Shades of Kelly Green #5FC82B
Tints of Kelly Green #5FC82B
RGB
CMYK
RGB Variations
Color information
#5FC82B (or 0x5FC82B) is known color: Kelly Green. HEX triplet: 5F, C8 and 2B. RGB value is (95,200,43). Sum of RGB (Red+Green+Blue) = 95+200+43=338 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.11% from 338); Green value is 200 (78.52% from 255 or 59.17% from 338); Blue value is 43 (17.19% from 255 or 12.72% from 338); Max value from RGB is 200 - color contains mainly: green. Hex color #5FC82B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC82B is #A037D4. Grayscale: #979797. Windows color (decimal): -10500053 or 2869343. OLE color: 2869343.
HSL color Cylindrical-coordinate representation of color #5FC82B: hue angle of 100.13º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5FC82B is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 95 | 200 | 43 | - |
| CMYK | 0.52 | 0 | 0.78 | 0.22 |
| HSL | 100.13º | 0.65% | 0.48% | - |
| HSV(B) | 100.13º | 0.79% | 0.78% | - |
| XYZ | 25.81 | 43.92 | 9.4 | - |
| YUV | 150.71 | 67.21 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 200 | 43 | 0.52 | 0 | 0.78 | 0.22 | 100.13 | 0.65 | 0.48 |
| Hex | 5F | C8 | 2B | 34 | 0 | 4E | 16 | 64 | 41 | 30 |
| Octal | 137 | 310 | 53 | 64 | 0 | 116 | 26 | 144 | 101 | 60 |
| Binary | 1011111 | 11001000 | 101011 | 110100 | 0 | 1001110 | 10110 | 1100100 | 1000001 | 110000 |
Color Harmonies of #5FC82B
Complementary color
Monochromatic Colors of #5FC82B
Black with #5FC82B
Text Example
Text Example
White with #5FC82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC82B; }
p { color: rgb(95,200,43); }
H1.HeaderClassName
{
color: #5FC82B;
}
.AnyTagClassName
{
color: #5FC82B;
}
</style>
background-color css
<style>
a { background-color: #5FC82B; }
a { background-color: rgb(95,200,43); }
div.DivClassName
{
background-color: #5FC82B;
}
.BgClassName
{
background-color: #5FC82B;
}
</style>
border-color css
<style>
span { border-color: #5FC82B; }
span { border-color: rgb(95,200,43); }
td.TdClassName
{
border-color: #5FC82B;
}
.TagClassName
{
border-color: #5FC82B;
}
</style>