Shades of Apple #5FCC55
Tints of Apple #5FCC55
RGB
CMYK
RGB Variations
Color information
#5FCC55 (or 0x5FCC55) is known color: Apple. HEX triplet: 5F, CC and 55. RGB value is (95,204,85). Sum of RGB (Red+Green+Blue) = 95+204+85=384 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.74% from 384); Green value is 204 (80.08% from 255 or 53.12% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 204 - color contains mainly: green. Hex color #5FCC55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCC55 is #A033AA. Grayscale: #9E9E9E. Windows color (decimal): -10498987 or 5622879. OLE color: 5622879.
HSL color Cylindrical-coordinate representation of color #5FCC55: hue angle of 114.96º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FCC55 is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 204 | 85 | - |
| CMYK | 0.53 | 0 | 0.58 | 0.2 |
| HSL | 114.96º | 0.54% | 0.57% | - |
| HSV(B) | 114.96º | 0.58% | 0.8% | - |
| XYZ | 27.95 | 46.27 | 16.05 | - |
| YUV | 157.84 | 86.89 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 204 | 85 | 0.53 | 0 | 0.58 | 0.2 | 114.96 | 0.54 | 0.57 |
| Hex | 5F | CC | 55 | 35 | 0 | 3A | 14 | 73 | 36 | 39 |
| Octal | 137 | 314 | 125 | 65 | 0 | 72 | 24 | 163 | 66 | 71 |
| Binary | 1011111 | 11001100 | 1010101 | 110101 | 0 | 111010 | 10100 | 1110011 | 110110 | 111001 |
Color Harmonies of #5FCC55
Complementary color
Monochromatic Colors of #5FCC55
Black with #5FCC55
Text Example
Text Example
White with #5FCC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCC55; }
p { color: rgb(95,204,85); }
H1.HeaderClassName
{
color: #5FCC55;
}
.AnyTagClassName
{
color: #5FCC55;
}
</style>
background-color css
<style>
a { background-color: #5FCC55; }
a { background-color: rgb(95,204,85); }
div.DivClassName
{
background-color: #5FCC55;
}
.BgClassName
{
background-color: #5FCC55;
}
</style>
border-color css
<style>
span { border-color: #5FCC55; }
span { border-color: rgb(95,204,85); }
td.TdClassName
{
border-color: #5FCC55;
}
.TagClassName
{
border-color: #5FCC55;
}
</style>