Html Css Color HEX #66C60C Kelly Green

📋 copy color: '#66C60C'

red 102 ◦ green 198 ◦ blue 12

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

Shades of Kelly Green #66C60C

Tints of Kelly Green #66C60C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 63.46%

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

R = 32.69%
G = 63.46%
B = 3.85%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#66C60C (or 0x66C60C) is known color: Kelly Green. HEX triplet: 66, C6 and 0C. RGB value is (102,198,12). Sum of RGB (Red+Green+Blue) = 102+198+12=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 198 (77.73% from 255 or 63.46% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 198 - color contains mainly: green. Hex color #66C60C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66C60C is #9939F3. Grayscale: #949494. Windows color (decimal): -10041844 or 837222. OLE color: 837222.

HSL color Cylindrical-coordinate representation of color #66C60C: hue angle of 90.97º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #66C60C is Cyan = 0.48, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 102 198 12 -
CMYK 0.48 0 0.94 0.22
HSL 90.97º 0.89% 0.41% -
HSV(B) 90.97º 0.94% 0.78% -
XYZ 25.74 43.24 7.34 -
YUV 148.09 51.2 95.12 -
System Red Green Blue C M Y K H S L
Decimal 102 198 12 0.48 0 0.94 0.22 90.97 0.89 0.41
Hex 66 C6 C 30 0 5E 16 5B 59 29
Octal 146 306 14 60 0 136 26 133 131 51
Binary 1100110 11000110 1100 110000 0 1011110 10110 1011011 1011001 101001

Color Harmonies of #66C60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C60C

Black with #66C60C

Text Example


Text Example

White with #66C60C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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