Shades of Kelly Green #5FBE0F
Tints of Kelly Green #5FBE0F
RGB
CMYK
RGB Variations
Color information
#5FBE0F (or 0x5FBE0F) is known color: Kelly Green. HEX triplet: 5F, BE and 0F. RGB value is (95,190,15). Sum of RGB (Red+Green+Blue) = 95+190+15=300 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.67% from 300); Green value is 190 (74.61% from 255 or 63.33% from 300); Blue value is 15 (6.25% from 255 or 5% from 300); Max value from RGB is 190 - color contains mainly: green. Hex color #5FBE0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FBE0F is #A041F0. Grayscale: #8E8E8E. Windows color (decimal): -10502641 or 1031775. OLE color: 1031775.
HSL color Cylindrical-coordinate representation of color #5FBE0F: hue angle of 92.57º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5FBE0F is Cyan = 0.5, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 190 | 15 | - |
| CMYK | 0.5 | 0 | 0.92 | 0.25 |
| HSL | 92.57º | 0.85% | 0.4% | - |
| HSV(B) | 92.57º | 0.92% | 0.75% | - |
| XYZ | 23.22 | 39.29 | 6.81 | - |
| YUV | 141.65 | 56.53 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 190 | 15 | 0.5 | 0 | 0.92 | 0.25 | 92.57 | 0.85 | 0.4 |
| Hex | 5F | BE | F | 32 | 0 | 5C | 19 | 5D | 55 | 28 |
| Octal | 137 | 276 | 17 | 62 | 0 | 134 | 31 | 135 | 125 | 50 |
| Binary | 1011111 | 10111110 | 1111 | 110010 | 0 | 1011100 | 11001 | 1011101 | 1010101 | 101000 |
Color Harmonies of #5FBE0F
Complementary color
Monochromatic Colors of #5FBE0F
Black with #5FBE0F
Text Example
Text Example
White with #5FBE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBE0F; }
p { color: rgb(95,190,15); }
H1.HeaderClassName
{
color: #5FBE0F;
}
.AnyTagClassName
{
color: #5FBE0F;
}
</style>
background-color css
<style>
a { background-color: #5FBE0F; }
a { background-color: rgb(95,190,15); }
div.DivClassName
{
background-color: #5FBE0F;
}
.BgClassName
{
background-color: #5FBE0F;
}
</style>
border-color css
<style>
span { border-color: #5FBE0F; }
span { border-color: rgb(95,190,15); }
td.TdClassName
{
border-color: #5FBE0F;
}
.TagClassName
{
border-color: #5FBE0F;
}
</style>