Shades of Kelly Green #5FC02B
Tints of Kelly Green #5FC02B
RGB
CMYK
RGB Variations
Color information
#5FC02B (or 0x5FC02B) is known color: Kelly Green. HEX triplet: 5F, C0 and 2B. RGB value is (95,192,43). Sum of RGB (Red+Green+Blue) = 95+192+43=330 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.79% from 330); Green value is 192 (75.39% from 255 or 58.18% from 330); Blue value is 43 (17.19% from 255 or 13.03% from 330); Max value from RGB is 192 - color contains mainly: green. Hex color #5FC02B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC02B is #A03FD4. Grayscale: #929292. Windows color (decimal): -10502101 or 2867295. OLE color: 2867295.
HSL color Cylindrical-coordinate representation of color #5FC02B: hue angle of 99.06º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5FC02B is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 192 | 43 | - |
| CMYK | 0.51 | 0 | 0.78 | 0.25 |
| HSL | 99.06º | 0.63% | 0.46% | - |
| HSV(B) | 99.06º | 0.78% | 0.75% | - |
| XYZ | 24.01 | 40.31 | 8.8 | - |
| YUV | 146.01 | 69.86 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 192 | 43 | 0.51 | 0 | 0.78 | 0.25 | 99.06 | 0.63 | 0.46 |
| Hex | 5F | C0 | 2B | 33 | 0 | 4E | 19 | 63 | 3F | 2E |
| Octal | 137 | 300 | 53 | 63 | 0 | 116 | 31 | 143 | 77 | 56 |
| Binary | 1011111 | 11000000 | 101011 | 110011 | 0 | 1001110 | 11001 | 1100011 | 111111 | 101110 |
Color Harmonies of #5FC02B
Complementary color
Monochromatic Colors of #5FC02B
Black with #5FC02B
Text Example
Text Example
White with #5FC02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC02B; }
p { color: rgb(95,192,43); }
H1.HeaderClassName
{
color: #5FC02B;
}
.AnyTagClassName
{
color: #5FC02B;
}
</style>
background-color css
<style>
a { background-color: #5FC02B; }
a { background-color: rgb(95,192,43); }
div.DivClassName
{
background-color: #5FC02B;
}
.BgClassName
{
background-color: #5FC02B;
}
</style>
border-color css
<style>
span { border-color: #5FC02B; }
span { border-color: rgb(95,192,43); }
td.TdClassName
{
border-color: #5FC02B;
}
.TagClassName
{
border-color: #5FC02B;
}
</style>