Html Css Color HEX #66D00C Kelly Green

📋 copy color: '#66D00C'

red 102 ◦ green 208 ◦ blue 12

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

Shades of Kelly Green #66D00C

Tints of Kelly Green #66D00C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 64.6%

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

R = 31.68%
G = 64.6%
B = 3.73%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#66D00C (or 0x66D00C) is known color: Kelly Green. HEX triplet: 66, D0 and 0C. RGB value is (102,208,12). Sum of RGB (Red+Green+Blue) = 102+208+12=322 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.68% from 322); Green value is 208 (81.64% from 255 or 64.60% from 322); Blue value is 12 (5.08% from 255 or 3.73% from 322); Max value from RGB is 208 - color contains mainly: green. Hex color #66D00C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66D00C is #992FF3. Grayscale: #9A9A9A. Windows color (decimal): -10039284 or 839782. OLE color: 839782.

HSL color Cylindrical-coordinate representation of color #66D00C: hue angle of 92.45º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #66D00C is Cyan = 0.51, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 102 208 12 -
CMYK 0.51 0 0.94 0.18
HSL 92.45º 0.89% 0.43% -
HSV(B) 92.45º 0.94% 0.82% -
XYZ 28.1 47.96 8.12 -
YUV 153.96 47.88 90.94 -
System Red Green Blue C M Y K H S L
Decimal 102 208 12 0.51 0 0.94 0.18 92.45 0.89 0.43
Hex 66 D0 C 33 0 5E 12 5C 59 2B
Octal 146 320 14 63 0 136 22 134 131 53
Binary 1100110 11010000 1100 110011 0 1011110 10010 1011100 1011001 101011

Color Harmonies of #66D00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D00C

Black with #66D00C

Text Example


Text Example

White with #66D00C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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