Shades of Apple #5FCE40
Tints of Apple #5FCE40
RGB
CMYK
RGB Variations
Color information
#5FCE40 (or 0x5FCE40) is known color: Apple. HEX triplet: 5F, CE and 40. RGB value is (95,206,64). Sum of RGB (Red+Green+Blue) = 95+206+64=365 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.03% from 365); Green value is 206 (80.86% from 255 or 56.44% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 206 - color contains mainly: green. Hex color #5FCE40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCE40 is #A031BF. Grayscale: #9D9D9D. Windows color (decimal): -10498496 or 4247135. OLE color: 4247135.
HSL color Cylindrical-coordinate representation of color #5FCE40: hue angle of 106.9º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5FCE40 is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 206 | 64 | - |
| CMYK | 0.54 | 0 | 0.69 | 0.19 |
| HSL | 106.9º | 0.59% | 0.53% | - |
| HSV(B) | 106.9º | 0.69% | 0.81% | - |
| XYZ | 27.72 | 46.95 | 12.45 | - |
| YUV | 156.62 | 75.73 | 84.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 206 | 64 | 0.54 | 0 | 0.69 | 0.19 | 106.9 | 0.59 | 0.53 |
| Hex | 5F | CE | 40 | 36 | 0 | 45 | 13 | 6B | 3B | 35 |
| Octal | 137 | 316 | 100 | 66 | 0 | 105 | 23 | 153 | 73 | 65 |
| Binary | 1011111 | 11001110 | 1000000 | 110110 | 0 | 1000101 | 10011 | 1101011 | 111011 | 110101 |
Color Harmonies of #5FCE40
Complementary color
Monochromatic Colors of #5FCE40
Black with #5FCE40
Text Example
Text Example
White with #5FCE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCE40; }
p { color: rgb(95,206,64); }
H1.HeaderClassName
{
color: #5FCE40;
}
.AnyTagClassName
{
color: #5FCE40;
}
</style>
background-color css
<style>
a { background-color: #5FCE40; }
a { background-color: rgb(95,206,64); }
div.DivClassName
{
background-color: #5FCE40;
}
.BgClassName
{
background-color: #5FCE40;
}
</style>
border-color css
<style>
span { border-color: #5FCE40; }
span { border-color: rgb(95,206,64); }
td.TdClassName
{
border-color: #5FCE40;
}
.TagClassName
{
border-color: #5FCE40;
}
</style>