Shades of Kelly Green #5FCB2F
Tints of Kelly Green #5FCB2F
RGB
CMYK
RGB Variations
Color information
#5FCB2F (or 0x5FCB2F) is known color: Kelly Green. HEX triplet: 5F, CB and 2F. RGB value is (95,203,47). Sum of RGB (Red+Green+Blue) = 95+203+47=345 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.54% from 345); Green value is 203 (79.69% from 255 or 58.84% from 345); Blue value is 47 (18.75% from 255 or 13.62% from 345); Max value from RGB is 203 - color contains mainly: green. Hex color #5FCB2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCB2F is #A034D0. Grayscale: #999999. Windows color (decimal): -10499281 or 3132255. OLE color: 3132255.
HSL color Cylindrical-coordinate representation of color #5FCB2F: hue angle of 101.54º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5FCB2F is Cyan = 0.53, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 203 | 47 | - |
| CMYK | 0.53 | 0 | 0.77 | 0.20 |
| HSL | 101.54º | 0.62% | 0.49% | - |
| HSV(B) | 101.54º | 0.77% | 0.8% | - |
| XYZ | 26.59 | 45.35 | 10.04 | - |
| YUV | 152.92 | 68.22 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 203 | 47 | 0.53 | 0 | 0.77 | 0.20 | 101.54 | 0.62 | 0.49 |
| Hex | 5F | CB | 2F | 35 | 0 | 4D | 14 | 66 | 3E | 31 |
| Octal | 137 | 313 | 57 | 65 | 0 | 115 | 24 | 146 | 76 | 61 |
| Binary | 1011111 | 11001011 | 101111 | 110101 | 0 | 1001101 | 10100 | 1100110 | 111110 | 110001 |
Color Harmonies of #5FCB2F
Complementary color
Monochromatic Colors of #5FCB2F
Black with #5FCB2F
Text Example
Text Example
White with #5FCB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCB2F; }
p { color: rgb(95,203,47); }
H1.HeaderClassName
{
color: #5FCB2F;
}
.AnyTagClassName
{
color: #5FCB2F;
}
</style>
background-color css
<style>
a { background-color: #5FCB2F; }
a { background-color: rgb(95,203,47); }
div.DivClassName
{
background-color: #5FCB2F;
}
.BgClassName
{
background-color: #5FCB2F;
}
</style>
border-color css
<style>
span { border-color: #5FCB2F; }
span { border-color: rgb(95,203,47); }
td.TdClassName
{
border-color: #5FCB2F;
}
.TagClassName
{
border-color: #5FCB2F;
}
</style>