Shades of Kelly Green #65CF09
Tints of Kelly Green #65CF09
RGB
CMYK
RGB Variations
Color information
#65CF09 (or 0x65CF09) is known color: Kelly Green. HEX triplet: 65, CF and 09. RGB value is (101,207,9). Sum of RGB (Red+Green+Blue) = 101+207+9=317 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.86% from 317); Green value is 207 (81.25% from 255 or 65.30% from 317); Blue value is 9 (3.91% from 255 or 2.84% from 317); Max value from RGB is 207 - color contains mainly: green. Hex color #65CF09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65CF09 is #9A30F6. Grayscale: #999999. Windows color (decimal): -10105079 or 642917. OLE color: 642917.
HSL color Cylindrical-coordinate representation of color #65CF09: hue angle of 92.12º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #65CF09 is Cyan = 0.51, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 207 | 9 | - |
| CMYK | 0.51 | 0 | 0.96 | 0.19 |
| HSL | 92.12º | 0.92% | 0.42% | - |
| HSV(B) | 92.12º | 0.96% | 0.81% | - |
| XYZ | 27.73 | 47.41 | 7.95 | - |
| YUV | 152.73 | 46.88 | 91.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 207 | 9 | 0.51 | 0 | 0.96 | 0.19 | 92.12 | 0.92 | 0.42 |
| Hex | 65 | CF | 9 | 33 | 0 | 60 | 13 | 5C | 5C | 2A |
| Octal | 145 | 317 | 11 | 63 | 0 | 140 | 23 | 134 | 134 | 52 |
| Binary | 1100101 | 11001111 | 1001 | 110011 | 0 | 1100000 | 10011 | 1011100 | 1011100 | 101010 |
Color Harmonies of #65CF09
Complementary color
Monochromatic Colors of #65CF09
Black with #65CF09
Text Example
Text Example
White with #65CF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CF09; }
p { color: rgb(101,207,9); }
H1.HeaderClassName
{
color: #65CF09;
}
.AnyTagClassName
{
color: #65CF09;
}
</style>
background-color css
<style>
a { background-color: #65CF09; }
a { background-color: rgb(101,207,9); }
div.DivClassName
{
background-color: #65CF09;
}
.BgClassName
{
background-color: #65CF09;
}
</style>
border-color css
<style>
span { border-color: #65CF09; }
span { border-color: rgb(101,207,9); }
td.TdClassName
{
border-color: #65CF09;
}
.TagClassName
{
border-color: #65CF09;
}
</style>