Shades of Kelly Green #5FBC22
Tints of Kelly Green #5FBC22
RGB
CMYK
RGB Variations
Color information
#5FBC22 (or 0x5FBC22) is known color: Kelly Green. HEX triplet: 5F, BC and 22. RGB value is (95,188,34). Sum of RGB (Red+Green+Blue) = 95+188+34=317 (41% of max value = 765). Red value is 95 (37.5% from 255 or 29.97% from 317); Green value is 188 (73.83% from 255 or 59.31% from 317); Blue value is 34 (13.67% from 255 or 10.73% from 317); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBC22 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FBC22 is #A043DD. Grayscale: #8F8F8F. Windows color (decimal): -10503134 or 2276447. OLE color: 2276447.
HSL color Cylindrical-coordinate representation of color #5FBC22: hue angle of 96.23º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5FBC22 is Cyan = 0.49, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 188 | 34 | - |
| CMYK | 0.49 | 0 | 0.82 | 0.26 |
| HSL | 96.23º | 0.69% | 0.44% | - |
| HSV(B) | 96.23º | 0.82% | 0.74% | - |
| XYZ | 22.99 | 38.51 | 7.74 | - |
| YUV | 142.64 | 66.69 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 188 | 34 | 0.49 | 0 | 0.82 | 0.26 | 96.23 | 0.69 | 0.44 |
| Hex | 5F | BC | 22 | 31 | 0 | 52 | 1A | 60 | 45 | 2C |
| Octal | 137 | 274 | 42 | 61 | 0 | 122 | 32 | 140 | 105 | 54 |
| Binary | 1011111 | 10111100 | 100010 | 110001 | 0 | 1010010 | 11010 | 1100000 | 1000101 | 101100 |
Color Harmonies of #5FBC22
Complementary color
Monochromatic Colors of #5FBC22
Black with #5FBC22
Text Example
Text Example
White with #5FBC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBC22; }
p { color: rgb(95,188,34); }
H1.HeaderClassName
{
color: #5FBC22;
}
.AnyTagClassName
{
color: #5FBC22;
}
</style>
background-color css
<style>
a { background-color: #5FBC22; }
a { background-color: rgb(95,188,34); }
div.DivClassName
{
background-color: #5FBC22;
}
.BgClassName
{
background-color: #5FBC22;
}
</style>
border-color css
<style>
span { border-color: #5FBC22; }
span { border-color: rgb(95,188,34); }
td.TdClassName
{
border-color: #5FBC22;
}
.TagClassName
{
border-color: #5FBC22;
}
</style>