Shades of Kelly Green #66D005
Tints of Kelly Green #66D005
RGB
CMYK
RGB Variations
Color information
#66D005 (or 0x66D005) is known color: Kelly Green. HEX triplet: 66, D0 and 05. RGB value is (102,208,5). Sum of RGB (Red+Green+Blue) = 102+208+5=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 208 (81.64% from 255 or 66.03% from 315); Blue value is 5 (2.34% from 255 or 1.59% from 315); Max value from RGB is 208 - color contains mainly: green. Hex color #66D005 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66D005 is #992FFA. Grayscale: #999999. Windows color (decimal): -10039291 or 381030. OLE color: 381030.
HSL color Cylindrical-coordinate representation of color #66D005: hue angle of 91.33º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #66D005 is Cyan = 0.51, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 208 | 5 | - |
| CMYK | 0.51 | 0 | 0.98 | 0.18 |
| HSL | 91.33º | 0.95% | 0.42% | - |
| HSV(B) | 91.33º | 0.98% | 0.82% | - |
| XYZ | 28.06 | 47.95 | 7.92 | - |
| YUV | 153.16 | 44.38 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 208 | 5 | 0.51 | 0 | 0.98 | 0.18 | 91.33 | 0.95 | 0.42 |
| Hex | 66 | D0 | 5 | 33 | 0 | 62 | 12 | 5B | 5F | 2A |
| Octal | 146 | 320 | 5 | 63 | 0 | 142 | 22 | 133 | 137 | 52 |
| Binary | 1100110 | 11010000 | 101 | 110011 | 0 | 1100010 | 10010 | 1011011 | 1011111 | 101010 |
Color Harmonies of #66D005
Complementary color
Monochromatic Colors of #66D005
Black with #66D005
Text Example
Text Example
White with #66D005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D005; }
p { color: rgb(102,208,5); }
H1.HeaderClassName
{
color: #66D005;
}
.AnyTagClassName
{
color: #66D005;
}
</style>
background-color css
<style>
a { background-color: #66D005; }
a { background-color: rgb(102,208,5); }
div.DivClassName
{
background-color: #66D005;
}
.BgClassName
{
background-color: #66D005;
}
</style>
border-color css
<style>
span { border-color: #66D005; }
span { border-color: rgb(102,208,5); }
td.TdClassName
{
border-color: #66D005;
}
.TagClassName
{
border-color: #66D005;
}
</style>