Shades of Apple #5FCD53
Tints of Apple #5FCD53
RGB
CMYK
RGB Variations
Color information
#5FCD53 (or 0x5FCD53) is known color: Apple. HEX triplet: 5F, CD and 53. RGB value is (95,205,83). Sum of RGB (Red+Green+Blue) = 95+205+83=383 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.80% from 383); Green value is 205 (80.47% from 255 or 53.52% from 383); Blue value is 83 (32.81% from 255 or 21.67% from 383); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCD53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCD53 is #A032AC. Grayscale: #9E9E9E. Windows color (decimal): -10498733 or 5492063. OLE color: 5492063.
HSL color Cylindrical-coordinate representation of color #5FCD53: hue angle of 114.1º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FCD53 is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 205 | 83 | - |
| CMYK | 0.54 | 0 | 0.60 | 0.20 |
| HSL | 114.1º | 0.55% | 0.56% | - |
| HSV(B) | 114.1º | 0.6% | 0.8% | - |
| XYZ | 28.11 | 46.72 | 15.72 | - |
| YUV | 158.2 | 85.56 | 82.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 205 | 83 | 0.54 | 0 | 0.60 | 0.20 | 114.1 | 0.55 | 0.56 |
| Hex | 5F | CD | 53 | 36 | 0 | 3C | 14 | 72 | 37 | 38 |
| Octal | 137 | 315 | 123 | 66 | 0 | 74 | 24 | 162 | 67 | 70 |
| Binary | 1011111 | 11001101 | 1010011 | 110110 | 0 | 111100 | 10100 | 1110010 | 110111 | 111000 |
Color Harmonies of #5FCD53
Complementary color
Monochromatic Colors of #5FCD53
Black with #5FCD53
Text Example
Text Example
White with #5FCD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCD53; }
p { color: rgb(95,205,83); }
H1.HeaderClassName
{
color: #5FCD53;
}
.AnyTagClassName
{
color: #5FCD53;
}
</style>
background-color css
<style>
a { background-color: #5FCD53; }
a { background-color: rgb(95,205,83); }
div.DivClassName
{
background-color: #5FCD53;
}
.BgClassName
{
background-color: #5FCD53;
}
</style>
border-color css
<style>
span { border-color: #5FCD53; }
span { border-color: rgb(95,205,83); }
td.TdClassName
{
border-color: #5FCD53;
}
.TagClassName
{
border-color: #5FCD53;
}
</style>