Shades of Apple #5DCC35
Tints of Apple #5DCC35
RGB
CMYK
RGB Variations
Color information
#5DCC35 (or 0x5DCC35) is known color: Apple. HEX triplet: 5D, CC and 35. RGB value is (93,204,53). Sum of RGB (Red+Green+Blue) = 93+204+53=350 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.57% from 350); Green value is 204 (80.08% from 255 or 58.29% from 350); Blue value is 53 (21.09% from 255 or 15.14% from 350); Max value from RGB is 204 - color contains mainly: green. Hex color #5DCC35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DCC35 is #A233CA. Grayscale: #9A9A9A. Windows color (decimal): -10630091 or 3525725. OLE color: 3525725.
HSL color Cylindrical-coordinate representation of color #5DCC35: hue angle of 104.11º 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 #5DCC35 is Cyan = 0.54, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 93 | 204 | 53 | - |
| CMYK | 0.54 | 0 | 0.74 | 0.2 |
| HSL | 104.11º | 0.6% | 0.5% | - |
| HSV(B) | 104.11º | 0.74% | 0.8% | - |
| XYZ | 26.75 | 45.77 | 10.79 | - |
| YUV | 153.6 | 71.23 | 84.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 204 | 53 | 0.54 | 0 | 0.74 | 0.2 | 104.11 | 0.6 | 0.5 |
| Hex | 5D | CC | 35 | 36 | 0 | 4A | 14 | 68 | 3C | 32 |
| Octal | 135 | 314 | 65 | 66 | 0 | 112 | 24 | 150 | 74 | 62 |
| Binary | 1011101 | 11001100 | 110101 | 110110 | 0 | 1001010 | 10100 | 1101000 | 111100 | 110010 |
Color Harmonies of #5DCC35
Complementary color
Monochromatic Colors of #5DCC35
Black with #5DCC35
Text Example
Text Example
White with #5DCC35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCC35; }
p { color: rgb(93,204,53); }
H1.HeaderClassName
{
color: #5DCC35;
}
.AnyTagClassName
{
color: #5DCC35;
}
</style>
background-color css
<style>
a { background-color: #5DCC35; }
a { background-color: rgb(93,204,53); }
div.DivClassName
{
background-color: #5DCC35;
}
.BgClassName
{
background-color: #5DCC35;
}
</style>
border-color css
<style>
span { border-color: #5DCC35; }
span { border-color: rgb(93,204,53); }
td.TdClassName
{
border-color: #5DCC35;
}
.TagClassName
{
border-color: #5DCC35;
}
</style>