Html Css Color HEX #66D411 Kelly Green

📋 copy color: '#66D411'

red 102 ◦ green 212 ◦ blue 17

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

Shades of Kelly Green #66D411

Tints of Kelly Green #66D411

RGB

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

 GREEN value IS 212 (83.2% from 255) = 64.05%

 BLUE value IS 17 (7.03% from 255) = 5.14%

R = 30.82%
G = 64.05%
B = 5.14%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#66D411 (or 0x66D411) is known color: Kelly Green. HEX triplet: 66, D4 and 11. RGB value is (102,212,17). Sum of RGB (Red+Green+Blue) = 102+212+17=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 212 (83.20% from 255 or 64.05% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 212 - color contains mainly: green. Hex color #66D411 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66D411 is #992BEE. Grayscale: #9D9D9D. Windows color (decimal): -10038255 or 1168486. OLE color: 1168486.

HSL color Cylindrical-coordinate representation of color #66D411: hue angle of 93.85º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #66D411 is Cyan = 0.52, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 102 212 17 -
CMYK 0.52 0 0.92 0.17
HSL 93.85º 0.85% 0.45% -
HSV(B) 93.85º 0.92% 0.83% -
XYZ 29.12 49.95 8.64 -
YUV 156.88 49.06 88.86 -
System Red Green Blue C M Y K H S L
Decimal 102 212 17 0.52 0 0.92 0.17 93.85 0.85 0.45
Hex 66 D4 11 34 0 5C 11 5E 55 2D
Octal 146 324 21 64 0 134 21 136 125 55
Binary 1100110 11010100 10001 110100 0 1011100 10001 1011110 1010101 101101

Color Harmonies of #66D411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D411

Black with #66D411

Text Example


Text Example

White with #66D411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,212,17); }

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

background-color css

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

 a { background-color: rgb(102,212,17); }

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

border-color css

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

 span { border-color: rgb(102,212,17); }

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