Shades of Kelly Green #5FCC00
Tints of Kelly Green #5FCC00
RGB
CMYK
RGB Variations
Color information
#5FCC00 (or 0x5FCC00) is known color: Kelly Green. HEX triplet: 5F, CC and 00. RGB value is (95,204,0). Sum of RGB (Red+Green+Blue) = 95+204+0=299 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.77% from 299); Green value is 204 (80.08% from 255 or 68.23% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 204 - color contains mainly: green. Hex color #5FCC00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FCC00 is #A033FF. Grayscale: #949494. Windows color (decimal): -10499072 or 52319. OLE color: 52319.
HSL color Cylindrical-coordinate representation of color #5FCC00: hue angle of 92.06º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5FCC00 is Cyan = 0.53, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 204 | 0 | - |
| CMYK | 0.53 | 0 | 1 | 0.2 |
| HSL | 92.06º | 1% | 0.4% | - |
| HSV(B) | 92.06º | 1% | 0.8% | - |
| XYZ | 26.31 | 45.62 | 7.42 | - |
| YUV | 148.15 | 44.39 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 204 | 0 | 0.53 | 0 | 1 | 0.2 | 92.06 | 1 | 0.4 |
| Hex | 5F | CC | 0 | 35 | 0 | 64 | 14 | 5C | 64 | 28 |
| Octal | 137 | 314 | 0 | 65 | 0 | 144 | 24 | 134 | 144 | 50 |
| Binary | 1011111 | 11001100 | 0 | 110101 | 0 | 1100100 | 10100 | 1011100 | 1100100 | 101000 |
Color Harmonies of #5FCC00
Complementary color
Monochromatic Colors of #5FCC00
Black with #5FCC00
Text Example
Text Example
White with #5FCC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCC00; }
p { color: rgb(95,204,0); }
H1.HeaderClassName
{
color: #5FCC00;
}
.AnyTagClassName
{
color: #5FCC00;
}
</style>
background-color css
<style>
a { background-color: #5FCC00; }
a { background-color: rgb(95,204,0); }
div.DivClassName
{
background-color: #5FCC00;
}
.BgClassName
{
background-color: #5FCC00;
}
</style>
border-color css
<style>
span { border-color: #5FCC00; }
span { border-color: rgb(95,204,0); }
td.TdClassName
{
border-color: #5FCC00;
}
.TagClassName
{
border-color: #5FCC00;
}
</style>