Shades of Kelly Green #66D71E
Tints of Kelly Green #66D71E
RGB
CMYK
RGB Variations
Color information
#66D71E (or 0x66D71E) is known color: Kelly Green. HEX triplet: 66, D7 and 1E. RGB value is (102,215,30). Sum of RGB (Red+Green+Blue) = 102+215+30=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 215 (84.38% from 255 or 61.96% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 215 - color contains mainly: green. Hex color #66D71E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D71E is #9928E1. Grayscale: #A0A0A0. Windows color (decimal): -10037474 or 2021222. OLE color: 2021222.
HSL color Cylindrical-coordinate representation of color #66D71E: hue angle of 96.65º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #66D71E is Cyan = 0.53, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 215 | 30 | - |
| CMYK | 0.53 | 0 | 0.86 | 0.16 |
| HSL | 96.65º | 0.76% | 0.48% | - |
| HSV(B) | 96.65º | 0.86% | 0.84% | - |
| XYZ | 30.01 | 51.52 | 9.59 | - |
| YUV | 160.12 | 54.56 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 215 | 30 | 0.53 | 0 | 0.86 | 0.16 | 96.65 | 0.76 | 0.48 |
| Hex | 66 | D7 | 1E | 35 | 0 | 56 | 10 | 61 | 4C | 30 |
| Octal | 146 | 327 | 36 | 65 | 0 | 126 | 20 | 141 | 114 | 60 |
| Binary | 1100110 | 11010111 | 11110 | 110101 | 0 | 1010110 | 10000 | 1100001 | 1001100 | 110000 |
Color Harmonies of #66D71E
Complementary color
Monochromatic Colors of #66D71E
Black with #66D71E
Text Example
Text Example
White with #66D71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D71E; }
p { color: rgb(102,215,30); }
H1.HeaderClassName
{
color: #66D71E;
}
.AnyTagClassName
{
color: #66D71E;
}
</style>
background-color css
<style>
a { background-color: #66D71E; }
a { background-color: rgb(102,215,30); }
div.DivClassName
{
background-color: #66D71E;
}
.BgClassName
{
background-color: #66D71E;
}
</style>
border-color css
<style>
span { border-color: #66D71E; }
span { border-color: rgb(102,215,30); }
td.TdClassName
{
border-color: #66D71E;
}
.TagClassName
{
border-color: #66D71E;
}
</style>