COLOR #63F60C

HEX: #63F60C RGB: (99,246,12)

Color info

#63F60C contains mainly green color. Web safe color of #63F60C is #66FF00 (or #6F0).

RGB color model

#63F60C color RGB value is (99,246,12).

RGB: (99,246,12) (39%, 96%, 5%)

RGB channels and saturation

R 99 of 255 = 39%
G 246 of 255 = 96%
B 12 of 255 = 5%

99
246
12

R + G + B ~ 47%. #63F60C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 99 + 246 + 12 = 357 (100%)
R 99 of 357 ~ 27.73%
G 246 of 357 ~ 68.91%
B 12 of 357 ~ 3.36'%

%27.73
%68.91

CMYK color model

#63F60C color CMYK value is (60,0,95,4).

  • cyan value is 59.76%
  • magenta value is 0.00%
  • yellow value is 95.12%
  • key color value is 3.53%

CMYK: (60,0,95,4)
C60M0Y95K4 (60%, 0%, 95%, 4%)
(0.60 / 0.00 / 0.95 / 0.04)

CMYK percentages

%59.76
%0
%95.12
%3.53

Codes

Color #63F60C in popluar color models

63 F6 0C
RGB 99 246 12
HSL 98° 92.86% 50.59%
HSB/HSV 98° 95.12% 96.47%
CMYK 59.76% 0.00% 95.12%
3.53%

Color #63F60C in popluar number systems.

HEX 63 F6 0C
Decimal 99 246 12
Binary 1100011 11110110 1100
Octal 143 366 14

Shades and tints

Shades of #63F60C

#63F60C
(99,246,12)
#5AE00B
(90,224,11)
#51CA0A
(81,202,10)
#48B409
(72,180,9)
#3F9E08
(63,158,8)
#368807
(54,136,7)
#2D7206
(45,114,6)
#245C05
(36,92,5)
#1B4604
(27,70,4)
#123003
(18,48,3)
#091A02
(9,26,2)
#000000
(0,0,0)

Tints of #63F60C

#63F60C
(99,246,12)
#71F622
(113,246,34)
#7FF638
(127,246,56)
#8DF64E
(141,246,78)
#9BF664
(155,246,100)
#A9F67A
(169,246,122)
#B7F690
(183,246,144)
#C5F6A6
(197,246,166)
#D3F6BC
(211,246,188)
#E1F6D2
(225,246,210)
#EFF6E8
(239,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63F60C color. Also use rgb(99,246,12) instead hex code.

Text Font Color

.myTextColor { color: #63F60C; }

<p style="color:#63F60C">This sample text font color is #63F60C.</p>

This text font color is #63F60C.

Background Color

.myBgColor { background-color: #63F60C; }

<div style="background-color:#63F60C">Inner text</div>

This div background color is #63F60C.

Border color

.myBorderColor { border: 1px solid #63F60C; }

<div style="border:3px solid #63F60C">Div</div>

This div border color is #63F60C.

Opacity

.myOpacity80 { color: #63F60C; opacity: 0.8; }

<p style="color:#63F60C;opacity:0.8;">80%</p>

Text with #63F60C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #63F60C;}

<p style="text-shadow: 3px 3px 1px #63F60C">Text here.</p>

This text has shadow with #63F60C color.


.textShadow {text-shadow: 3px 3px 1px #63F60C', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #63F60C, 5px 5px 20px red">Text here.</p>

This text has shadow with #63F60C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#63F60C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#63F60C, Direction=45, Strength=4)">Text</p>

This text has shadow with #63F60C and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #63F60C;
-webkit-box-shadow: 1px 1px 3px 2px #63F60C;
box-shadow: 1px 1px 3px 2px #63F60C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63F60C; -webkit-box-shadow: 1px 1px 3px 2px #63F60C; box-shadow:1px 1px 3px 2px #63F60C;">
Div content here
</div>

This div box has shadow with color #63F60C.

Preview

Color preview on black background

This text has color #63F60C on black background.


Color preview on white background

This text has color #63F60C on white background.


Black color preview on #63F60C background

This text has black color on #63F60C background.


White color preview on #63F60C background

This text has white color on #63F60C background.


Related colors

Complementary color

Complementary color for #hex is #9C09F3.


I love getcolorcode.com

Triadic colors

1 #0C63F6 and #F60C63 with #63F60C are triadic colors.

2 #0CF663 and #F6630C with #63F60C are triadic colors.