Shades of Kelly Green #5FBC29
Tints of Kelly Green #5FBC29
RGB
CMYK
RGB Variations
Color information
#5FBC29 (or 0x5FBC29) is known color: Kelly Green. HEX triplet: 5F, BC and 29. RGB value is (95,188,41). Sum of RGB (Red+Green+Blue) = 95+188+41=324 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.32% from 324); Green value is 188 (73.83% from 255 or 58.02% from 324); Blue value is 41 (16.41% from 255 or 12.65% from 324); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBC29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FBC29 is #A043D6. Grayscale: #8F8F8F. Windows color (decimal): -10503127 or 2735199. OLE color: 2735199.
HSL color Cylindrical-coordinate representation of color #5FBC29: hue angle of 97.96º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5FBC29 is Cyan = 0.49, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 188 | 41 | - |
| CMYK | 0.49 | 0 | 0.78 | 0.26 |
| HSL | 97.96º | 0.64% | 0.45% | - |
| HSV(B) | 97.96º | 0.78% | 0.74% | - |
| XYZ | 23.1 | 38.56 | 8.32 | - |
| YUV | 143.44 | 70.19 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 188 | 41 | 0.49 | 0 | 0.78 | 0.26 | 97.96 | 0.64 | 0.45 |
| Hex | 5F | BC | 29 | 31 | 0 | 4E | 1A | 62 | 40 | 2D |
| Octal | 137 | 274 | 51 | 61 | 0 | 116 | 32 | 142 | 100 | 55 |
| Binary | 1011111 | 10111100 | 101001 | 110001 | 0 | 1001110 | 11010 | 1100010 | 1000000 | 101101 |
Color Harmonies of #5FBC29
Complementary color
Monochromatic Colors of #5FBC29
Black with #5FBC29
Text Example
Text Example
White with #5FBC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBC29; }
p { color: rgb(95,188,41); }
H1.HeaderClassName
{
color: #5FBC29;
}
.AnyTagClassName
{
color: #5FBC29;
}
</style>
background-color css
<style>
a { background-color: #5FBC29; }
a { background-color: rgb(95,188,41); }
div.DivClassName
{
background-color: #5FBC29;
}
.BgClassName
{
background-color: #5FBC29;
}
</style>
border-color css
<style>
span { border-color: #5FBC29; }
span { border-color: rgb(95,188,41); }
td.TdClassName
{
border-color: #5FBC29;
}
.TagClassName
{
border-color: #5FBC29;
}
</style>