Html Css Color HEX #66D21E Kelly Green

📋 copy color: '#66D21E'

red 102 ◦ green 210 ◦ blue 30

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

Shades of Kelly Green #66D21E

Tints of Kelly Green #66D21E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.77%

R = 29.82%
G = 61.4%
B = 8.77%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#66D21E (or 0x66D21E) is known color: Kelly Green. HEX triplet: 66, D2 and 1E. RGB value is (102,210,30). Sum of RGB (Red+Green+Blue) = 102+210+30=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 210 (82.42% from 255 or 61.40% from 342); Blue value is 30 (12.11% from 255 or 8.77% from 342); Max value from RGB is 210 - color contains mainly: green. Hex color #66D21E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D21E is #992DE1. Grayscale: #9D9D9D. Windows color (decimal): -10038754 or 2019942. OLE color: 2019942.

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

Color convert

RGB 102 210 30 -
CMYK 0.51 0 0.86 0.18
HSL 96º 0.75% 0.47% -
HSV(B) 96º 0.86% 0.82% -
XYZ 28.76 49.01 9.17 -
YUV 157.19 56.22 88.64 -
System Red Green Blue C M Y K H S L
Decimal 102 210 30 0.51 0 0.86 0.18 96 0.75 0.47
Hex 66 D2 1E 33 0 56 12 60 4B 2F
Octal 146 322 36 63 0 126 22 140 113 57
Binary 1100110 11010010 11110 110011 0 1010110 10010 1100000 1001011 101111

Color Harmonies of #66D21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D21E

Black with #66D21E

Text Example


Text Example

White with #66D21E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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