Shades of Apple #5FCC35
Tints of Apple #5FCC35
RGB
CMYK
RGB Variations
Color information
#5FCC35 (or 0x5FCC35) is known color: Apple. HEX triplet: 5F, CC and 35. RGB value is (95,204,53). Sum of RGB (Red+Green+Blue) = 95+204+53=352 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.99% from 352); Green value is 204 (80.08% from 255 or 57.95% from 352); Blue value is 53 (21.09% from 255 or 15.06% from 352); Max value from RGB is 204 - color contains mainly: green. Hex color #5FCC35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCC35 is #A033CA. Grayscale: #9A9A9A. Windows color (decimal): -10499019 or 3525727. OLE color: 3525727.
HSL color Cylindrical-coordinate representation of color #5FCC35: hue angle of 103.31º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5FCC35 is Cyan = 0.53, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 204 | 53 | - |
| CMYK | 0.53 | 0 | 0.74 | 0.2 |
| HSL | 103.31º | 0.6% | 0.5% | - |
| HSV(B) | 103.31º | 0.74% | 0.8% | - |
| XYZ | 26.95 | 45.88 | 10.8 | - |
| YUV | 154.2 | 70.89 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 204 | 53 | 0.53 | 0 | 0.74 | 0.2 | 103.31 | 0.6 | 0.5 |
| Hex | 5F | CC | 35 | 35 | 0 | 4A | 14 | 67 | 3C | 32 |
| Octal | 137 | 314 | 65 | 65 | 0 | 112 | 24 | 147 | 74 | 62 |
| Binary | 1011111 | 11001100 | 110101 | 110101 | 0 | 1001010 | 10100 | 1100111 | 111100 | 110010 |
Color Harmonies of #5FCC35
Complementary color
Monochromatic Colors of #5FCC35
Black with #5FCC35
Text Example
Text Example
White with #5FCC35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCC35; }
p { color: rgb(95,204,53); }
H1.HeaderClassName
{
color: #5FCC35;
}
.AnyTagClassName
{
color: #5FCC35;
}
</style>
background-color css
<style>
a { background-color: #5FCC35; }
a { background-color: rgb(95,204,53); }
div.DivClassName
{
background-color: #5FCC35;
}
.BgClassName
{
background-color: #5FCC35;
}
</style>
border-color css
<style>
span { border-color: #5FCC35; }
span { border-color: rgb(95,204,53); }
td.TdClassName
{
border-color: #5FCC35;
}
.TagClassName
{
border-color: #5FCC35;
}
</style>