Shades of Kelly Green #65CF05
Tints of Kelly Green #65CF05
RGB
CMYK
RGB Variations
Color information
#65CF05 (or 0x65CF05) is known color: Kelly Green. HEX triplet: 65, CF and 05. RGB value is (101,207,5). Sum of RGB (Red+Green+Blue) = 101+207+5=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 207 (81.25% from 255 or 66.13% from 313); Blue value is 5 (2.34% from 255 or 1.60% from 313); Max value from RGB is 207 - color contains mainly: green. Hex color #65CF05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65CF05 is #9A30FA. Grayscale: #989898. Windows color (decimal): -10105083 or 380773. OLE color: 380773.
HSL color Cylindrical-coordinate representation of color #65CF05: hue angle of 91.49º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #65CF05 is Cyan = 0.51, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 207 | 5 | - |
| CMYK | 0.51 | 0 | 0.98 | 0.19 |
| HSL | 91.49º | 0.95% | 0.42% | - |
| HSV(B) | 91.49º | 0.98% | 0.81% | - |
| XYZ | 27.71 | 47.4 | 7.83 | - |
| YUV | 152.28 | 44.88 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 207 | 5 | 0.51 | 0 | 0.98 | 0.19 | 91.49 | 0.95 | 0.42 |
| Hex | 65 | CF | 5 | 33 | 0 | 62 | 13 | 5B | 5F | 2A |
| Octal | 145 | 317 | 5 | 63 | 0 | 142 | 23 | 133 | 137 | 52 |
| Binary | 1100101 | 11001111 | 101 | 110011 | 0 | 1100010 | 10011 | 1011011 | 1011111 | 101010 |
Color Harmonies of #65CF05
Complementary color
Monochromatic Colors of #65CF05
Black with #65CF05
Text Example
Text Example
White with #65CF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CF05; }
p { color: rgb(101,207,5); }
H1.HeaderClassName
{
color: #65CF05;
}
.AnyTagClassName
{
color: #65CF05;
}
</style>
background-color css
<style>
a { background-color: #65CF05; }
a { background-color: rgb(101,207,5); }
div.DivClassName
{
background-color: #65CF05;
}
.BgClassName
{
background-color: #65CF05;
}
</style>
border-color css
<style>
span { border-color: #65CF05; }
span { border-color: rgb(101,207,5); }
td.TdClassName
{
border-color: #65CF05;
}
.TagClassName
{
border-color: #65CF05;
}
</style>