Shades of Kelly Green #5FCB2A
Tints of Kelly Green #5FCB2A
RGB
CMYK
RGB Variations
Color information
#5FCB2A (or 0x5FCB2A) is known color: Kelly Green. HEX triplet: 5F, CB and 2A. RGB value is (95,203,42). Sum of RGB (Red+Green+Blue) = 95+203+42=340 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.94% from 340); Green value is 203 (79.69% from 255 or 59.71% from 340); Blue value is 42 (16.80% from 255 or 12.35% from 340); Max value from RGB is 203 - color contains mainly: green. Hex color #5FCB2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCB2A is #A034D5. Grayscale: #989898. Windows color (decimal): -10499286 or 2804575. OLE color: 2804575.
HSL color Cylindrical-coordinate representation of color #5FCB2A: hue angle of 100.25º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5FCB2A is Cyan = 0.53, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 203 | 42 | - |
| CMYK | 0.53 | 0 | 0.79 | 0.20 |
| HSL | 100.25º | 0.66% | 0.48% | - |
| HSV(B) | 100.25º | 0.79% | 0.8% | - |
| XYZ | 26.49 | 45.31 | 9.54 | - |
| YUV | 152.35 | 65.72 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 203 | 42 | 0.53 | 0 | 0.79 | 0.20 | 100.25 | 0.66 | 0.48 |
| Hex | 5F | CB | 2A | 35 | 0 | 4F | 14 | 64 | 42 | 30 |
| Octal | 137 | 313 | 52 | 65 | 0 | 117 | 24 | 144 | 102 | 60 |
| Binary | 1011111 | 11001011 | 101010 | 110101 | 0 | 1001111 | 10100 | 1100100 | 1000010 | 110000 |
Color Harmonies of #5FCB2A
Complementary color
Monochromatic Colors of #5FCB2A
Black with #5FCB2A
Text Example
Text Example
White with #5FCB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCB2A; }
p { color: rgb(95,203,42); }
H1.HeaderClassName
{
color: #5FCB2A;
}
.AnyTagClassName
{
color: #5FCB2A;
}
</style>
background-color css
<style>
a { background-color: #5FCB2A; }
a { background-color: rgb(95,203,42); }
div.DivClassName
{
background-color: #5FCB2A;
}
.BgClassName
{
background-color: #5FCB2A;
}
</style>
border-color css
<style>
span { border-color: #5FCB2A; }
span { border-color: rgb(95,203,42); }
td.TdClassName
{
border-color: #5FCB2A;
}
.TagClassName
{
border-color: #5FCB2A;
}
</style>