Shades of Kelly Green #66DF2F
Tints of Kelly Green #66DF2F
RGB
CMYK
RGB Variations
Color information
#66DF2F (or 0x66DF2F) is known color: Kelly Green. HEX triplet: 66, DF and 2F. RGB value is (102,223,47). Sum of RGB (Red+Green+Blue) = 102+223+47=372 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.42% from 372); Green value is 223 (87.5% from 255 or 59.95% from 372); Blue value is 47 (18.75% from 255 or 12.63% from 372); Max value from RGB is 223 - color contains mainly: green. Hex color #66DF2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66DF2F is #9920D0. Grayscale: #A7A7A7. Windows color (decimal): -10035409 or 3137382. OLE color: 3137382.
HSL color Cylindrical-coordinate representation of color #66DF2F: hue angle of 101.25º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #66DF2F is Cyan = 0.54, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 223 | 47 | - |
| CMYK | 0.54 | 0 | 0.79 | 0.13 |
| HSL | 101.25º | 0.73% | 0.53% | - |
| HSV(B) | 101.25º | 0.79% | 0.87% | - |
| XYZ | 32.38 | 55.81 | 11.75 | - |
| YUV | 166.76 | 60.41 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 223 | 47 | 0.54 | 0 | 0.79 | 0.13 | 101.25 | 0.73 | 0.53 |
| Hex | 66 | DF | 2F | 36 | 0 | 4F | D | 65 | 49 | 35 |
| Octal | 146 | 337 | 57 | 66 | 0 | 117 | 15 | 145 | 111 | 65 |
| Binary | 1100110 | 11011111 | 101111 | 110110 | 0 | 1001111 | 1101 | 1100101 | 1001001 | 110101 |
Color Harmonies of #66DF2F
Complementary color
Monochromatic Colors of #66DF2F
Black with #66DF2F
Text Example
Text Example
White with #66DF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DF2F; }
p { color: rgb(102,223,47); }
H1.HeaderClassName
{
color: #66DF2F;
}
.AnyTagClassName
{
color: #66DF2F;
}
</style>
background-color css
<style>
a { background-color: #66DF2F; }
a { background-color: rgb(102,223,47); }
div.DivClassName
{
background-color: #66DF2F;
}
.BgClassName
{
background-color: #66DF2F;
}
</style>
border-color css
<style>
span { border-color: #66DF2F; }
span { border-color: rgb(102,223,47); }
td.TdClassName
{
border-color: #66DF2F;
}
.TagClassName
{
border-color: #66DF2F;
}
</style>