Shades of Kelly Green #65CF06
Tints of Kelly Green #65CF06
RGB
CMYK
RGB Variations
Color information
#65CF06 (or 0x65CF06) is known color: Kelly Green. HEX triplet: 65, CF and 06. RGB value is (101,207,6). Sum of RGB (Red+Green+Blue) = 101+207+6=314 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.17% from 314); Green value is 207 (81.25% from 255 or 65.92% from 314); Blue value is 6 (2.73% from 255 or 1.91% from 314); Max value from RGB is 207 - color contains mainly: green. Hex color #65CF06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65CF06 is #9A30F9. Grayscale: #999999. Windows color (decimal): -10105082 or 446309. OLE color: 446309.
HSL color Cylindrical-coordinate representation of color #65CF06: hue angle of 91.64º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #65CF06 is Cyan = 0.51, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 207 | 6 | - |
| CMYK | 0.51 | 0 | 0.97 | 0.19 |
| HSL | 91.64º | 0.94% | 0.42% | - |
| HSV(B) | 91.64º | 0.97% | 0.81% | - |
| XYZ | 27.71 | 47.41 | 7.86 | - |
| YUV | 152.39 | 45.38 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 207 | 6 | 0.51 | 0 | 0.97 | 0.19 | 91.64 | 0.94 | 0.42 |
| Hex | 65 | CF | 6 | 33 | 0 | 61 | 13 | 5C | 5E | 2A |
| Octal | 145 | 317 | 6 | 63 | 0 | 141 | 23 | 134 | 136 | 52 |
| Binary | 1100101 | 11001111 | 110 | 110011 | 0 | 1100001 | 10011 | 1011100 | 1011110 | 101010 |
Color Harmonies of #65CF06
Complementary color
Monochromatic Colors of #65CF06
Black with #65CF06
Text Example
Text Example
White with #65CF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CF06; }
p { color: rgb(101,207,6); }
H1.HeaderClassName
{
color: #65CF06;
}
.AnyTagClassName
{
color: #65CF06;
}
</style>
background-color css
<style>
a { background-color: #65CF06; }
a { background-color: rgb(101,207,6); }
div.DivClassName
{
background-color: #65CF06;
}
.BgClassName
{
background-color: #65CF06;
}
</style>
border-color css
<style>
span { border-color: #65CF06; }
span { border-color: rgb(101,207,6); }
td.TdClassName
{
border-color: #65CF06;
}
.TagClassName
{
border-color: #65CF06;
}
</style>