Shades of Apple #5FCC4E
Tints of Apple #5FCC4E
RGB
CMYK
RGB Variations
Color information
#5FCC4E (or 0x5FCC4E) is known color: Apple. HEX triplet: 5F, CC and 4E. RGB value is (95,204,78). Sum of RGB (Red+Green+Blue) = 95+204+78=377 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.20% from 377); Green value is 204 (80.08% from 255 or 54.11% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 204 - color contains mainly: green. Hex color #5FCC4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCC4E is #A033B1. Grayscale: #9D9D9D. Windows color (decimal): -10498994 or 5164127. OLE color: 5164127.
HSL color Cylindrical-coordinate representation of color #5FCC4E: hue angle of 111.9º 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 #5FCC4E is Cyan = 0.53, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 204 | 78 | - |
| CMYK | 0.53 | 0 | 0.62 | 0.2 |
| HSL | 111.9º | 0.55% | 0.55% | - |
| HSV(B) | 111.9º | 0.62% | 0.8% | - |
| XYZ | 27.69 | 46.17 | 14.66 | - |
| YUV | 157.05 | 83.39 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 204 | 78 | 0.53 | 0 | 0.62 | 0.2 | 111.9 | 0.55 | 0.55 |
| Hex | 5F | CC | 4E | 35 | 0 | 3E | 14 | 70 | 37 | 37 |
| Octal | 137 | 314 | 116 | 65 | 0 | 76 | 24 | 160 | 67 | 67 |
| Binary | 1011111 | 11001100 | 1001110 | 110101 | 0 | 111110 | 10100 | 1110000 | 110111 | 110111 |
Color Harmonies of #5FCC4E
Complementary color
Monochromatic Colors of #5FCC4E
Black with #5FCC4E
Text Example
Text Example
White with #5FCC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCC4E; }
p { color: rgb(95,204,78); }
H1.HeaderClassName
{
color: #5FCC4E;
}
.AnyTagClassName
{
color: #5FCC4E;
}
</style>
background-color css
<style>
a { background-color: #5FCC4E; }
a { background-color: rgb(95,204,78); }
div.DivClassName
{
background-color: #5FCC4E;
}
.BgClassName
{
background-color: #5FCC4E;
}
</style>
border-color css
<style>
span { border-color: #5FCC4E; }
span { border-color: rgb(95,204,78); }
td.TdClassName
{
border-color: #5FCC4E;
}
.TagClassName
{
border-color: #5FCC4E;
}
</style>