Html Css Color HEX #66E02D Kelly Green

📋 copy color: '#66E02D'

red 102 ◦ green 224 ◦ blue 45

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

Shades of Kelly Green #66E02D

Tints of Kelly Green #66E02D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 60.38%

 BLUE value IS 45 (17.97% from 255) = 12.13%

R = 27.49%
G = 60.38%
B = 12.13%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#66E02D (or 0x66E02D) is known color: Kelly Green. HEX triplet: 66, E0 and 2D. RGB value is (102,224,45). Sum of RGB (Red+Green+Blue) = 102+224+45=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 224 (87.89% from 255 or 60.38% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 224 - color contains mainly: green. Hex color #66E02D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66E02D is #991FD2. Grayscale: #A7A7A7. Windows color (decimal): -10035155 or 3006566. OLE color: 3006566.

HSL color Cylindrical-coordinate representation of color #66E02D: hue angle of 100.89º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #66E02D is Cyan = 0.54, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 102 224 45 -
CMYK 0.54 0 0.80 0.12
HSL 100.89º 0.74% 0.53% -
HSV(B) 100.89º 0.8% 0.88% -
XYZ 32.61 56.33 11.64 -
YUV 167.12 59.08 81.55 -
System Red Green Blue C M Y K H S L
Decimal 102 224 45 0.54 0 0.80 0.12 100.89 0.74 0.53
Hex 66 E0 2D 36 0 50 C 65 4A 35
Octal 146 340 55 66 0 120 14 145 112 65
Binary 1100110 11100000 101101 110110 0 1010000 1100 1100101 1001010 110101

Color Harmonies of #66E02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66E02D

Black with #66E02D

Text Example


Text Example

White with #66E02D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,224,45); }

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

background-color css

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

 a { background-color: rgb(102,224,45); }

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

border-color css

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

 span { border-color: rgb(102,224,45); }

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