Shades of Kelly Green #65CF00
Tints of Kelly Green #65CF00
RGB
CMYK
RGB Variations
Color information
#65CF00 (or 0x65CF00) is known color: Kelly Green. HEX triplet: 65, CF and 00. RGB value is (101,207,0). Sum of RGB (Red+Green+Blue) = 101+207+0=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 207 (81.25% from 255 or 67.21% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 207 - color contains mainly: green. Hex color #65CF00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65CF00 is #9A30FF. Grayscale: #989898. Windows color (decimal): -10105088 or 53093. OLE color: 53093.
HSL color Cylindrical-coordinate representation of color #65CF00: hue angle of 90.72º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #65CF00 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 207 | 0 | - |
| CMYK | 0.51 | 0 | 1 | 0.19 |
| HSL | 90.72º | 1% | 0.41% | - |
| HSV(B) | 90.72º | 1% | 0.81% | - |
| XYZ | 27.68 | 47.39 | 7.69 | - |
| YUV | 151.71 | 42.38 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 207 | 0 | 0.51 | 0 | 1 | 0.19 | 90.72 | 1 | 0.41 |
| Hex | 65 | CF | 0 | 33 | 0 | 64 | 13 | 5B | 64 | 29 |
| Octal | 145 | 317 | 0 | 63 | 0 | 144 | 23 | 133 | 144 | 51 |
| Binary | 1100101 | 11001111 | 0 | 110011 | 0 | 1100100 | 10011 | 1011011 | 1100100 | 101001 |
Color Harmonies of #65CF00
Complementary color
Monochromatic Colors of #65CF00
Black with #65CF00
Text Example
Text Example
White with #65CF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CF00; }
p { color: rgb(101,207,0); }
H1.HeaderClassName
{
color: #65CF00;
}
.AnyTagClassName
{
color: #65CF00;
}
</style>
background-color css
<style>
a { background-color: #65CF00; }
a { background-color: rgb(101,207,0); }
div.DivClassName
{
background-color: #65CF00;
}
.BgClassName
{
background-color: #65CF00;
}
</style>
border-color css
<style>
span { border-color: #65CF00; }
span { border-color: rgb(101,207,0); }
td.TdClassName
{
border-color: #65CF00;
}
.TagClassName
{
border-color: #65CF00;
}
</style>