Html Css Color HEX #66D20E Kelly Green

📋 copy color: '#66D20E'

red 102 ◦ green 210 ◦ blue 14

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

Shades of Kelly Green #66D20E

Tints of Kelly Green #66D20E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 64.42%

 BLUE value IS 14 (5.86% from 255) = 4.29%

R = 31.29%
G = 64.42%
B = 4.29%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#66D20E (or 0x66D20E) is known color: Kelly Green. HEX triplet: 66, D2 and 0E. RGB value is (102,210,14). Sum of RGB (Red+Green+Blue) = 102+210+14=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 210 (82.42% from 255 or 64.42% from 326); Blue value is 14 (5.86% from 255 or 4.29% from 326); Max value from RGB is 210 - color contains mainly: green. Hex color #66D20E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66D20E is #992DF1. Grayscale: #9C9C9C. Windows color (decimal): -10038770 or 971366. OLE color: 971366.

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

Color convert

RGB 102 210 14 -
CMYK 0.51 0 0.93 0.18
HSL 93.06º 0.88% 0.44% -
HSV(B) 93.06º 0.93% 0.82% -
XYZ 28.61 48.95 8.36 -
YUV 155.36 48.22 89.94 -
System Red Green Blue C M Y K H S L
Decimal 102 210 14 0.51 0 0.93 0.18 93.06 0.88 0.44
Hex 66 D2 E 33 0 5D 12 5D 58 2C
Octal 146 322 16 63 0 135 22 135 130 54
Binary 1100110 11010010 1110 110011 0 1011101 10010 1011101 1011000 101100

Color Harmonies of #66D20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D20E

Black with #66D20E

Text Example


Text Example

White with #66D20E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,210,14); }

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

background-color css

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

 a { background-color: rgb(102,210,14); }

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

border-color css

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

 span { border-color: rgb(102,210,14); }

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