Html Css Color HEX #66CA0C Kelly Green

📋 copy color: '#66CA0C'

red 102 ◦ green 202 ◦ blue 12

#66CA0C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #66CA0C

Tints of Kelly Green #66CA0C

RGB

 RED value IS 102 (40.23% from 255) = 32.28%

 GREEN value IS 202 (79.3% from 255) = 63.92%

 BLUE value IS 12 (5.08% from 255) = 3.8%

R = 32.28%
G = 63.92%
B = 3.8%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#66CA0C (or 0x66CA0C) is known color: Kelly Green. HEX triplet: 66, CA and 0C. RGB value is (102,202,12). Sum of RGB (Red+Green+Blue) = 102+202+12=316 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.28% from 316); Green value is 202 (79.30% from 255 or 63.92% from 316); Blue value is 12 (5.08% from 255 or 3.80% from 316); Max value from RGB is 202 - color contains mainly: green. Hex color #66CA0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66CA0C is #9935F3. Grayscale: #979797. Windows color (decimal): -10040820 or 838246. OLE color: 838246.

HSL color Cylindrical-coordinate representation of color #66CA0C: hue angle of 91.58º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #66CA0C is Cyan = 0.50, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 202 12 -
CMYK 0.50 0 0.94 0.21
HSL 91.58º 0.89% 0.42% -
HSV(B) 91.58º 0.94% 0.79% -
XYZ 26.67 45.09 7.65 -
YUV 150.44 49.87 93.45 -
System Red Green Blue C M Y K H S L
Decimal 102 202 12 0.50 0 0.94 0.21 91.58 0.89 0.42
Hex 66 CA C 32 0 5E 15 5C 59 2A
Octal 146 312 14 62 0 136 25 134 131 52
Binary 1100110 11001010 1100 110010 0 1011110 10101 1011100 1011001 101010

Color Harmonies of #66CA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CA0C

Black with #66CA0C

Text Example


Text Example

White with #66CA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66CA0C; }

 p { color: rgb(102,202,12); }

 H1.HeaderClassName
 {
   color: #66CA0C;
 }
 .AnyTagClassName
 {
   color: #66CA0C;
 }
</style>

background-color css

<style>
 a { background-color: #66CA0C; }

 a { background-color: rgb(102,202,12); }

 div.DivClassName
 {
   background-color: #66CA0C;
 }
 .BgClassName
 {
   background-color: #66CA0C;
 }
</style>

border-color css

<style>
 span { border-color: #66CA0C; }

 span { border-color: rgb(102,202,12); }

 td.TdClassName
 {
   border-color: #66CA0C;
 }
 .TagClassName
 {
   border-color: #66CA0C;
 }
</style>