Shades of Kelly Green #66E02B
Tints of Kelly Green #66E02B
RGB
CMYK
RGB Variations
Color information
#66E02B (or 0x66E02B) is known color: Kelly Green. HEX triplet: 66, E0 and 2B. RGB value is (102,224,43). Sum of RGB (Red+Green+Blue) = 102+224+43=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 224 (87.89% from 255 or 60.70% from 369); Blue value is 43 (17.19% from 255 or 11.65% from 369); Max value from RGB is 224 - color contains mainly: green. Hex color #66E02B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66E02B is #991FD4. Grayscale: #A7A7A7. Windows color (decimal): -10035157 or 2875494. OLE color: 2875494.
HSL color Cylindrical-coordinate representation of color #66E02B: hue angle of 100.44º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #66E02B is Cyan = 0.54, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 224 | 43 | - |
| CMYK | 0.54 | 0 | 0.81 | 0.12 |
| HSL | 100.44º | 0.74% | 0.52% | - |
| HSV(B) | 100.44º | 0.81% | 0.88% | - |
| XYZ | 32.57 | 56.31 | 11.44 | - |
| YUV | 166.89 | 58.08 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 224 | 43 | 0.54 | 0 | 0.81 | 0.12 | 100.44 | 0.74 | 0.52 |
| Hex | 66 | E0 | 2B | 36 | 0 | 51 | C | 64 | 4A | 34 |
| Octal | 146 | 340 | 53 | 66 | 0 | 121 | 14 | 144 | 112 | 64 |
| Binary | 1100110 | 11100000 | 101011 | 110110 | 0 | 1010001 | 1100 | 1100100 | 1001010 | 110100 |
Color Harmonies of #66E02B
Complementary color
Monochromatic Colors of #66E02B
Black with #66E02B
Text Example
Text Example
White with #66E02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E02B; }
p { color: rgb(102,224,43); }
H1.HeaderClassName
{
color: #66E02B;
}
.AnyTagClassName
{
color: #66E02B;
}
</style>
background-color css
<style>
a { background-color: #66E02B; }
a { background-color: rgb(102,224,43); }
div.DivClassName
{
background-color: #66E02B;
}
.BgClassName
{
background-color: #66E02B;
}
</style>
border-color css
<style>
span { border-color: #66E02B; }
span { border-color: rgb(102,224,43); }
td.TdClassName
{
border-color: #66E02B;
}
.TagClassName
{
border-color: #66E02B;
}
</style>