Shades of Kelly Green #5FBC21
Tints of Kelly Green #5FBC21
RGB
CMYK
RGB Variations
Color information
#5FBC21 (or 0x5FBC21) is known color: Kelly Green. HEX triplet: 5F, BC and 21. RGB value is (95,188,33). Sum of RGB (Red+Green+Blue) = 95+188+33=316 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.06% from 316); Green value is 188 (73.83% from 255 or 59.49% from 316); Blue value is 33 (13.28% from 255 or 10.44% from 316); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBC21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FBC21 is #A043DE. Grayscale: #8F8F8F. Windows color (decimal): -10503135 or 2210911. OLE color: 2210911.
HSL color Cylindrical-coordinate representation of color #5FBC21: hue angle of 96º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5FBC21 is Cyan = 0.49, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 188 | 33 | - |
| CMYK | 0.49 | 0 | 0.82 | 0.26 |
| HSL | 96º | 0.7% | 0.43% | - |
| HSV(B) | 96º | 0.82% | 0.74% | - |
| XYZ | 22.98 | 38.51 | 7.66 | - |
| YUV | 142.52 | 66.19 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 188 | 33 | 0.49 | 0 | 0.82 | 0.26 | 96 | 0.7 | 0.43 |
| Hex | 5F | BC | 21 | 31 | 0 | 52 | 1A | 60 | 46 | 2B |
| Octal | 137 | 274 | 41 | 61 | 0 | 122 | 32 | 140 | 106 | 53 |
| Binary | 1011111 | 10111100 | 100001 | 110001 | 0 | 1010010 | 11010 | 1100000 | 1000110 | 101011 |
Color Harmonies of #5FBC21
Complementary color
Monochromatic Colors of #5FBC21
Black with #5FBC21
Text Example
Text Example
White with #5FBC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBC21; }
p { color: rgb(95,188,33); }
H1.HeaderClassName
{
color: #5FBC21;
}
.AnyTagClassName
{
color: #5FBC21;
}
</style>
background-color css
<style>
a { background-color: #5FBC21; }
a { background-color: rgb(95,188,33); }
div.DivClassName
{
background-color: #5FBC21;
}
.BgClassName
{
background-color: #5FBC21;
}
</style>
border-color css
<style>
span { border-color: #5FBC21; }
span { border-color: rgb(95,188,33); }
td.TdClassName
{
border-color: #5FBC21;
}
.TagClassName
{
border-color: #5FBC21;
}
</style>