Shades of Apple #5FCB4E
Tints of Apple #5FCB4E
RGB
CMYK
RGB Variations
Color information
#5FCB4E (or 0x5FCB4E) is known color: Apple. HEX triplet: 5F, CB and 4E. RGB value is (95,203,78). Sum of RGB (Red+Green+Blue) = 95+203+78=376 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.27% from 376); Green value is 203 (79.69% from 255 or 53.99% from 376); Blue value is 78 (30.86% from 255 or 20.74% from 376); Max value from RGB is 203 - color contains mainly: green. Hex color #5FCB4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCB4E is #A034B1. Grayscale: #9C9C9C. Windows color (decimal): -10499250 or 5163871. OLE color: 5163871.
HSL color Cylindrical-coordinate representation of color #5FCB4E: hue angle of 111.84º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FCB4E is Cyan = 0.53, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 203 | 78 | - |
| CMYK | 0.53 | 0 | 0.62 | 0.20 |
| HSL | 111.84º | 0.55% | 0.55% | - |
| HSV(B) | 111.84º | 0.62% | 0.8% | - |
| XYZ | 27.45 | 45.69 | 14.58 | - |
| YUV | 156.46 | 83.72 | 84.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 203 | 78 | 0.53 | 0 | 0.62 | 0.20 | 111.84 | 0.55 | 0.55 |
| Hex | 5F | CB | 4E | 35 | 0 | 3E | 14 | 70 | 37 | 37 |
| Octal | 137 | 313 | 116 | 65 | 0 | 76 | 24 | 160 | 67 | 67 |
| Binary | 1011111 | 11001011 | 1001110 | 110101 | 0 | 111110 | 10100 | 1110000 | 110111 | 110111 |
Color Harmonies of #5FCB4E
Complementary color
Monochromatic Colors of #5FCB4E
Black with #5FCB4E
Text Example
Text Example
White with #5FCB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCB4E; }
p { color: rgb(95,203,78); }
H1.HeaderClassName
{
color: #5FCB4E;
}
.AnyTagClassName
{
color: #5FCB4E;
}
</style>
background-color css
<style>
a { background-color: #5FCB4E; }
a { background-color: rgb(95,203,78); }
div.DivClassName
{
background-color: #5FCB4E;
}
.BgClassName
{
background-color: #5FCB4E;
}
</style>
border-color css
<style>
span { border-color: #5FCB4E; }
span { border-color: rgb(95,203,78); }
td.TdClassName
{
border-color: #5FCB4E;
}
.TagClassName
{
border-color: #5FCB4E;
}
</style>