Shades of Kelly Green #65CF04
Tints of Kelly Green #65CF04
RGB
CMYK
RGB Variations
Color information
#65CF04 (or 0x65CF04) is known color: Kelly Green. HEX triplet: 65, CF and 04. RGB value is (101,207,4). Sum of RGB (Red+Green+Blue) = 101+207+4=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 207 (81.25% from 255 or 66.35% from 312); Blue value is 4 (1.95% from 255 or 1.28% from 312); Max value from RGB is 207 - color contains mainly: green. Hex color #65CF04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65CF04 is #9A30FB. Grayscale: #989898. Windows color (decimal): -10105084 or 315237. OLE color: 315237.
HSL color Cylindrical-coordinate representation of color #65CF04: hue angle of 91.33º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #65CF04 is Cyan = 0.51, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 207 | 4 | - |
| CMYK | 0.51 | 0 | 0.98 | 0.19 |
| HSL | 91.33º | 0.96% | 0.41% | - |
| HSV(B) | 91.33º | 0.98% | 0.81% | - |
| XYZ | 27.7 | 47.4 | 7.8 | - |
| YUV | 152.16 | 44.38 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 207 | 4 | 0.51 | 0 | 0.98 | 0.19 | 91.33 | 0.96 | 0.41 |
| Hex | 65 | CF | 4 | 33 | 0 | 62 | 13 | 5B | 60 | 29 |
| Octal | 145 | 317 | 4 | 63 | 0 | 142 | 23 | 133 | 140 | 51 |
| Binary | 1100101 | 11001111 | 100 | 110011 | 0 | 1100010 | 10011 | 1011011 | 1100000 | 101001 |
Color Harmonies of #65CF04
Complementary color
Monochromatic Colors of #65CF04
Black with #65CF04
Text Example
Text Example
White with #65CF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CF04; }
p { color: rgb(101,207,4); }
H1.HeaderClassName
{
color: #65CF04;
}
.AnyTagClassName
{
color: #65CF04;
}
</style>
background-color css
<style>
a { background-color: #65CF04; }
a { background-color: rgb(101,207,4); }
div.DivClassName
{
background-color: #65CF04;
}
.BgClassName
{
background-color: #65CF04;
}
</style>
border-color css
<style>
span { border-color: #65CF04; }
span { border-color: rgb(101,207,4); }
td.TdClassName
{
border-color: #65CF04;
}
.TagClassName
{
border-color: #65CF04;
}
</style>