Shades of Kelly Green #5FB421
Tints of Kelly Green #5FB421
RGB
CMYK
RGB Variations
Color information
#5FB421 (or 0x5FB421) is known color: Kelly Green. HEX triplet: 5F, B4 and 21. RGB value is (95,180,33). Sum of RGB (Red+Green+Blue) = 95+180+33=308 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.84% from 308); Green value is 180 (70.70% from 255 or 58.44% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 180 - color contains mainly: green. Hex color #5FB421 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FB421 is #A04BDE. Grayscale: #8A8A8A. Windows color (decimal): -10505183 or 2208863. OLE color: 2208863.
HSL color Cylindrical-coordinate representation of color #5FB421: hue angle of 94.69º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5FB421 is Cyan = 0.47, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 95 | 180 | 33 | - |
| CMYK | 0.47 | 0 | 0.82 | 0.29 |
| HSL | 94.69º | 0.69% | 0.42% | - |
| HSV(B) | 94.69º | 0.82% | 0.71% | - |
| XYZ | 21.32 | 35.19 | 7.11 | - |
| YUV | 137.83 | 68.84 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 180 | 33 | 0.47 | 0 | 0.82 | 0.29 | 94.69 | 0.69 | 0.42 |
| Hex | 5F | B4 | 21 | 2F | 0 | 52 | 1D | 5F | 45 | 2A |
| Octal | 137 | 264 | 41 | 57 | 0 | 122 | 35 | 137 | 105 | 52 |
| Binary | 1011111 | 10110100 | 100001 | 101111 | 0 | 1010010 | 11101 | 1011111 | 1000101 | 101010 |
Color Harmonies of #5FB421
Complementary color
Monochromatic Colors of #5FB421
Black with #5FB421
Text Example
Text Example
White with #5FB421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB421; }
p { color: rgb(95,180,33); }
H1.HeaderClassName
{
color: #5FB421;
}
.AnyTagClassName
{
color: #5FB421;
}
</style>
background-color css
<style>
a { background-color: #5FB421; }
a { background-color: rgb(95,180,33); }
div.DivClassName
{
background-color: #5FB421;
}
.BgClassName
{
background-color: #5FB421;
}
</style>
border-color css
<style>
span { border-color: #5FB421; }
span { border-color: rgb(95,180,33); }
td.TdClassName
{
border-color: #5FB421;
}
.TagClassName
{
border-color: #5FB421;
}
</style>