Shades of Kelly Green #66D72E
Tints of Kelly Green #66D72E
RGB
CMYK
RGB Variations
Color information
#66D72E (or 0x66D72E) is known color: Kelly Green. HEX triplet: 66, D7 and 2E. RGB value is (102,215,46). Sum of RGB (Red+Green+Blue) = 102+215+46=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 215 (84.38% from 255 or 59.23% from 363); Blue value is 46 (18.36% from 255 or 12.67% from 363); Max value from RGB is 215 - color contains mainly: green. Hex color #66D72E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D72E is #9928D1. Grayscale: #A2A2A2. Windows color (decimal): -10037458 or 3069798. OLE color: 3069798.
HSL color Cylindrical-coordinate representation of color #66D72E: hue angle of 100.12º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #66D72E is Cyan = 0.53, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 215 | 46 | - |
| CMYK | 0.53 | 0 | 0.79 | 0.16 |
| HSL | 100.12º | 0.68% | 0.51% | - |
| HSV(B) | 100.12º | 0.79% | 0.84% | - |
| XYZ | 30.27 | 51.62 | 10.95 | - |
| YUV | 161.95 | 62.56 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 215 | 46 | 0.53 | 0 | 0.79 | 0.16 | 100.12 | 0.68 | 0.51 |
| Hex | 66 | D7 | 2E | 35 | 0 | 4F | 10 | 64 | 44 | 33 |
| Octal | 146 | 327 | 56 | 65 | 0 | 117 | 20 | 144 | 104 | 63 |
| Binary | 1100110 | 11010111 | 101110 | 110101 | 0 | 1001111 | 10000 | 1100100 | 1000100 | 110011 |
Color Harmonies of #66D72E
Complementary color
Monochromatic Colors of #66D72E
Black with #66D72E
Text Example
Text Example
White with #66D72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D72E; }
p { color: rgb(102,215,46); }
H1.HeaderClassName
{
color: #66D72E;
}
.AnyTagClassName
{
color: #66D72E;
}
</style>
background-color css
<style>
a { background-color: #66D72E; }
a { background-color: rgb(102,215,46); }
div.DivClassName
{
background-color: #66D72E;
}
.BgClassName
{
background-color: #66D72E;
}
</style>
border-color css
<style>
span { border-color: #66D72E; }
span { border-color: rgb(102,215,46); }
td.TdClassName
{
border-color: #66D72E;
}
.TagClassName
{
border-color: #66D72E;
}
</style>