Html Css Color HEX #66C70C Kelly Green

📋 copy color: '#66C70C'

red 102 ◦ green 199 ◦ blue 12

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

Shades of Kelly Green #66C70C

Tints of Kelly Green #66C70C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 63.58%

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

R = 32.59%
G = 63.58%
B = 3.83%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#66C70C (or 0x66C70C) is known color: Kelly Green. HEX triplet: 66, C7 and 0C. RGB value is (102,199,12). Sum of RGB (Red+Green+Blue) = 102+199+12=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 199 (78.12% from 255 or 63.58% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 199 - color contains mainly: green. Hex color #66C70C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66C70C is #9938F3. Grayscale: #959595. Windows color (decimal): -10041588 or 837478. OLE color: 837478.

HSL color Cylindrical-coordinate representation of color #66C70C: hue angle of 91.12º 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 #66C70C is Cyan = 0.49, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 102 199 12 -
CMYK 0.49 0 0.94 0.22
HSL 91.12º 0.89% 0.41% -
HSV(B) 91.12º 0.94% 0.78% -
XYZ 25.97 43.7 7.41 -
YUV 148.68 50.86 94.71 -
System Red Green Blue C M Y K H S L
Decimal 102 199 12 0.49 0 0.94 0.22 91.12 0.89 0.41
Hex 66 C7 C 31 0 5E 16 5B 59 29
Octal 146 307 14 61 0 136 26 133 131 51
Binary 1100110 11000111 1100 110001 0 1011110 10110 1011011 1011001 101001

Color Harmonies of #66C70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C70C

Black with #66C70C

Text Example


Text Example

White with #66C70C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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