Shades of Kelly Green #5FBC23
Tints of Kelly Green #5FBC23
RGB
CMYK
RGB Variations
Color information
#5FBC23 (or 0x5FBC23) is known color: Kelly Green. HEX triplet: 5F, BC and 23. RGB value is (95,188,35). Sum of RGB (Red+Green+Blue) = 95+188+35=318 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.87% from 318); Green value is 188 (73.83% from 255 or 59.12% from 318); Blue value is 35 (14.06% from 255 or 11.01% from 318); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBC23 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FBC23 is #A043DC. Grayscale: #8F8F8F. Windows color (decimal): -10503133 or 2341983. OLE color: 2341983.
HSL color Cylindrical-coordinate representation of color #5FBC23: hue angle of 96.47º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5FBC23 is Cyan = 0.49, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 188 | 35 | - |
| CMYK | 0.49 | 0 | 0.81 | 0.26 |
| HSL | 96.47º | 0.69% | 0.44% | - |
| HSV(B) | 96.47º | 0.81% | 0.74% | - |
| XYZ | 23.01 | 38.52 | 7.81 | - |
| YUV | 142.75 | 67.19 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 188 | 35 | 0.49 | 0 | 0.81 | 0.26 | 96.47 | 0.69 | 0.44 |
| Hex | 5F | BC | 23 | 31 | 0 | 51 | 1A | 60 | 45 | 2C |
| Octal | 137 | 274 | 43 | 61 | 0 | 121 | 32 | 140 | 105 | 54 |
| Binary | 1011111 | 10111100 | 100011 | 110001 | 0 | 1010001 | 11010 | 1100000 | 1000101 | 101100 |
Color Harmonies of #5FBC23
Complementary color
Monochromatic Colors of #5FBC23
Black with #5FBC23
Text Example
Text Example
White with #5FBC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBC23; }
p { color: rgb(95,188,35); }
H1.HeaderClassName
{
color: #5FBC23;
}
.AnyTagClassName
{
color: #5FBC23;
}
</style>
background-color css
<style>
a { background-color: #5FBC23; }
a { background-color: rgb(95,188,35); }
div.DivClassName
{
background-color: #5FBC23;
}
.BgClassName
{
background-color: #5FBC23;
}
</style>
border-color css
<style>
span { border-color: #5FBC23; }
span { border-color: rgb(95,188,35); }
td.TdClassName
{
border-color: #5FBC23;
}
.TagClassName
{
border-color: #5FBC23;
}
</style>