Shades of Apple #5FCD35
Tints of Apple #5FCD35
RGB
CMYK
RGB Variations
Color information
#5FCD35 (or 0x5FCD35) is known color: Apple. HEX triplet: 5F, CD and 35. RGB value is (95,205,53). Sum of RGB (Red+Green+Blue) = 95+205+53=353 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.91% from 353); Green value is 205 (80.47% from 255 or 58.07% from 353); Blue value is 53 (21.09% from 255 or 15.01% from 353); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCD35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCD35 is #A032CA. Grayscale: #9B9B9B. Windows color (decimal): -10498763 or 3525983. OLE color: 3525983.
HSL color Cylindrical-coordinate representation of color #5FCD35: hue angle of 103.42º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5FCD35 is Cyan = 0.54, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 205 | 53 | - |
| CMYK | 0.54 | 0 | 0.74 | 0.20 |
| HSL | 103.42º | 0.6% | 0.51% | - |
| HSV(B) | 103.42º | 0.74% | 0.8% | - |
| XYZ | 27.19 | 46.35 | 10.88 | - |
| YUV | 154.78 | 70.56 | 85.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 205 | 53 | 0.54 | 0 | 0.74 | 0.20 | 103.42 | 0.6 | 0.51 |
| Hex | 5F | CD | 35 | 36 | 0 | 4A | 14 | 67 | 3C | 33 |
| Octal | 137 | 315 | 65 | 66 | 0 | 112 | 24 | 147 | 74 | 63 |
| Binary | 1011111 | 11001101 | 110101 | 110110 | 0 | 1001010 | 10100 | 1100111 | 111100 | 110011 |
Color Harmonies of #5FCD35
Complementary color
Monochromatic Colors of #5FCD35
Black with #5FCD35
Text Example
Text Example
White with #5FCD35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCD35; }
p { color: rgb(95,205,53); }
H1.HeaderClassName
{
color: #5FCD35;
}
.AnyTagClassName
{
color: #5FCD35;
}
</style>
background-color css
<style>
a { background-color: #5FCD35; }
a { background-color: rgb(95,205,53); }
div.DivClassName
{
background-color: #5FCD35;
}
.BgClassName
{
background-color: #5FCD35;
}
</style>
border-color css
<style>
span { border-color: #5FCD35; }
span { border-color: rgb(95,205,53); }
td.TdClassName
{
border-color: #5FCD35;
}
.TagClassName
{
border-color: #5FCD35;
}
</style>