Html Css Color HEX #66D810 Kelly Green

📋 copy color: '#66D810'

red 102 ◦ green 216 ◦ blue 16

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

Shades of Kelly Green #66D810

Tints of Kelly Green #66D810

RGB

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

 GREEN value IS 216 (84.77% from 255) = 64.67%

 BLUE value IS 16 (6.64% from 255) = 4.79%

R = 30.54%
G = 64.67%
B = 4.79%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#66D810 (or 0x66D810) is known color: Kelly Green. HEX triplet: 66, D8 and 10. RGB value is (102,216,16). Sum of RGB (Red+Green+Blue) = 102+216+16=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 216 (84.77% from 255 or 64.67% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 216 - color contains mainly: green. Hex color #66D810 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66D810 is #9927EF. Grayscale: #9F9F9F. Windows color (decimal): -10037232 or 1103974. OLE color: 1103974.

HSL color Cylindrical-coordinate representation of color #66D810: hue angle of 94.2º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #66D810 is Cyan = 0.53, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 102 216 16 -
CMYK 0.53 0 0.93 0.15
HSL 94.2º 0.86% 0.45% -
HSV(B) 94.2º 0.93% 0.85% -
XYZ 30.13 51.97 8.93 -
YUV 159.11 47.23 87.26 -
System Red Green Blue C M Y K H S L
Decimal 102 216 16 0.53 0 0.93 0.15 94.2 0.86 0.45
Hex 66 D8 10 35 0 5D F 5E 56 2D
Octal 146 330 20 65 0 135 17 136 126 55
Binary 1100110 11011000 10000 110101 0 1011101 1111 1011110 1010110 101101

Color Harmonies of #66D810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D810

Black with #66D810

Text Example


Text Example

White with #66D810

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,216,16); }

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

background-color css

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

 a { background-color: rgb(102,216,16); }

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

border-color css

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

 span { border-color: rgb(102,216,16); }

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