Shades of Kelly Green #5FBE00
Tints of Kelly Green #5FBE00
RGB
CMYK
RGB Variations
Color information
#5FBE00 (or 0x5FBE00) is known color: Kelly Green. HEX triplet: 5F, BE and 00. RGB value is (95,190,0). Sum of RGB (Red+Green+Blue) = 95+190+0=285 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.33% from 285); Green value is 190 (74.61% from 255 or 66.67% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 190 - color contains mainly: green. Hex color #5FBE00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FBE00 is #A041FF. Grayscale: #8C8C8C. Windows color (decimal): -10502656 or 48735. OLE color: 48735.
HSL color Cylindrical-coordinate representation of color #5FBE00: hue angle of 90º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5FBE00 is Cyan = 0.5, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 190 | 0 | - |
| CMYK | 0.5 | 0 | 1 | 0.25 |
| HSL | 90º | 1% | 0.37% | - |
| HSV(B) | 90º | 1% | 0.75% | - |
| XYZ | 23.13 | 39.26 | 6.36 | - |
| YUV | 139.94 | 49.03 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 190 | 0 | 0.5 | 0 | 1 | 0.25 | 90 | 1 | 0.37 |
| Hex | 5F | BE | 0 | 32 | 0 | 64 | 19 | 5A | 64 | 25 |
| Octal | 137 | 276 | 0 | 62 | 0 | 144 | 31 | 132 | 144 | 45 |
| Binary | 1011111 | 10111110 | 0 | 110010 | 0 | 1100100 | 11001 | 1011010 | 1100100 | 100101 |
Color Harmonies of #5FBE00
Complementary color
Monochromatic Colors of #5FBE00
Black with #5FBE00
Text Example
Text Example
White with #5FBE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBE00; }
p { color: rgb(95,190,0); }
H1.HeaderClassName
{
color: #5FBE00;
}
.AnyTagClassName
{
color: #5FBE00;
}
</style>
background-color css
<style>
a { background-color: #5FBE00; }
a { background-color: rgb(95,190,0); }
div.DivClassName
{
background-color: #5FBE00;
}
.BgClassName
{
background-color: #5FBE00;
}
</style>
border-color css
<style>
span { border-color: #5FBE00; }
span { border-color: rgb(95,190,0); }
td.TdClassName
{
border-color: #5FBE00;
}
.TagClassName
{
border-color: #5FBE00;
}
</style>