Shades of Kelly Green #5FBD28
Tints of Kelly Green #5FBD28
RGB
CMYK
RGB Variations
Color information
#5FBD28 (or 0x5FBD28) is known color: Kelly Green. HEX triplet: 5F, BD and 28. RGB value is (95,189,40). Sum of RGB (Red+Green+Blue) = 95+189+40=324 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.32% from 324); Green value is 189 (74.22% from 255 or 58.33% from 324); Blue value is 40 (16.02% from 255 or 12.35% from 324); Max value from RGB is 189 - color contains mainly: green. Hex color #5FBD28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FBD28 is #A042D7. Grayscale: #909090. Windows color (decimal): -10502872 or 2669919. OLE color: 2669919.
HSL color Cylindrical-coordinate representation of color #5FBD28: hue angle of 97.85º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5FBD28 is Cyan = 0.50, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 189 | 40 | - |
| CMYK | 0.50 | 0 | 0.79 | 0.26 |
| HSL | 97.85º | 0.65% | 0.45% | - |
| HSV(B) | 97.85º | 0.79% | 0.74% | - |
| XYZ | 23.3 | 38.98 | 8.3 | - |
| YUV | 143.91 | 69.36 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 189 | 40 | 0.50 | 0 | 0.79 | 0.26 | 97.85 | 0.65 | 0.45 |
| Hex | 5F | BD | 28 | 32 | 0 | 4F | 1A | 62 | 41 | 2D |
| Octal | 137 | 275 | 50 | 62 | 0 | 117 | 32 | 142 | 101 | 55 |
| Binary | 1011111 | 10111101 | 101000 | 110010 | 0 | 1001111 | 11010 | 1100010 | 1000001 | 101101 |
Color Harmonies of #5FBD28
Complementary color
Monochromatic Colors of #5FBD28
Black with #5FBD28
Text Example
Text Example
White with #5FBD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBD28; }
p { color: rgb(95,189,40); }
H1.HeaderClassName
{
color: #5FBD28;
}
.AnyTagClassName
{
color: #5FBD28;
}
</style>
background-color css
<style>
a { background-color: #5FBD28; }
a { background-color: rgb(95,189,40); }
div.DivClassName
{
background-color: #5FBD28;
}
.BgClassName
{
background-color: #5FBD28;
}
</style>
border-color css
<style>
span { border-color: #5FBD28; }
span { border-color: rgb(95,189,40); }
td.TdClassName
{
border-color: #5FBD28;
}
.TagClassName
{
border-color: #5FBD28;
}
</style>