Shades of Kelly Green #5FBC01
Tints of Kelly Green #5FBC01
RGB
CMYK
RGB Variations
Color information
#5FBC01 (or 0x5FBC01) is known color: Kelly Green. HEX triplet: 5F, BC and 01. RGB value is (95,188,1). Sum of RGB (Red+Green+Blue) = 95+188+1=284 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.45% from 284); Green value is 188 (73.83% from 255 or 66.20% from 284); Blue value is 1 (0.78% from 255 or 0.35% from 284); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBC01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FBC01 is #A043FE. Grayscale: #8B8B8B. Windows color (decimal): -10503167 or 113759. OLE color: 113759.
HSL color Cylindrical-coordinate representation of color #5FBC01: hue angle of 89.84º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5FBC01 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 188 | 1 | - |
| CMYK | 0.49 | 0 | 0.99 | 0.26 |
| HSL | 89.84º | 0.99% | 0.37% | - |
| HSV(B) | 89.84º | 0.99% | 0.74% | - |
| XYZ | 22.71 | 38.4 | 6.24 | - |
| YUV | 138.88 | 50.19 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 188 | 1 | 0.49 | 0 | 0.99 | 0.26 | 89.84 | 0.99 | 0.37 |
| Hex | 5F | BC | 1 | 31 | 0 | 63 | 1A | 5A | 63 | 25 |
| Octal | 137 | 274 | 1 | 61 | 0 | 143 | 32 | 132 | 143 | 45 |
| Binary | 1011111 | 10111100 | 1 | 110001 | 0 | 1100011 | 11010 | 1011010 | 1100011 | 100101 |
Color Harmonies of #5FBC01
Complementary color
Monochromatic Colors of #5FBC01
Black with #5FBC01
Text Example
Text Example
White with #5FBC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBC01; }
p { color: rgb(95,188,1); }
H1.HeaderClassName
{
color: #5FBC01;
}
.AnyTagClassName
{
color: #5FBC01;
}
</style>
background-color css
<style>
a { background-color: #5FBC01; }
a { background-color: rgb(95,188,1); }
div.DivClassName
{
background-color: #5FBC01;
}
.BgClassName
{
background-color: #5FBC01;
}
</style>
border-color css
<style>
span { border-color: #5FBC01; }
span { border-color: rgb(95,188,1); }
td.TdClassName
{
border-color: #5FBC01;
}
.TagClassName
{
border-color: #5FBC01;
}
</style>