Shades of Kelly Green #5FCF00
Tints of Kelly Green #5FCF00
RGB
CMYK
RGB Variations
Color information
#5FCF00 (or 0x5FCF00) is known color: Kelly Green. HEX triplet: 5F, CF and 00. RGB value is (95,207,0). Sum of RGB (Red+Green+Blue) = 95+207+0=302 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.46% from 302); Green value is 207 (81.25% from 255 or 68.54% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 207 - color contains mainly: green. Hex color #5FCF00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FCF00 is #A030FF. Grayscale: #969696. Windows color (decimal): -10498304 or 53087. OLE color: 53087.
HSL color Cylindrical-coordinate representation of color #5FCF00: hue angle of 92.46º 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 #5FCF00 is Cyan = 0.54, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 207 | 0 | - |
| CMYK | 0.54 | 0 | 1 | 0.19 |
| HSL | 92.46º | 1% | 0.41% | - |
| HSV(B) | 92.46º | 1% | 0.81% | - |
| XYZ | 27.03 | 47.06 | 7.66 | - |
| YUV | 149.91 | 43.39 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 207 | 0 | 0.54 | 0 | 1 | 0.19 | 92.46 | 1 | 0.41 |
| Hex | 5F | CF | 0 | 36 | 0 | 64 | 13 | 5C | 64 | 29 |
| Octal | 137 | 317 | 0 | 66 | 0 | 144 | 23 | 134 | 144 | 51 |
| Binary | 1011111 | 11001111 | 0 | 110110 | 0 | 1100100 | 10011 | 1011100 | 1100100 | 101001 |
Color Harmonies of #5FCF00
Complementary color
Monochromatic Colors of #5FCF00
Black with #5FCF00
Text Example
Text Example
White with #5FCF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCF00; }
p { color: rgb(95,207,0); }
H1.HeaderClassName
{
color: #5FCF00;
}
.AnyTagClassName
{
color: #5FCF00;
}
</style>
background-color css
<style>
a { background-color: #5FCF00; }
a { background-color: rgb(95,207,0); }
div.DivClassName
{
background-color: #5FCF00;
}
.BgClassName
{
background-color: #5FCF00;
}
</style>
border-color css
<style>
span { border-color: #5FCF00; }
span { border-color: rgb(95,207,0); }
td.TdClassName
{
border-color: #5FCF00;
}
.TagClassName
{
border-color: #5FCF00;
}
</style>