Shades of Apple #5DCE48
Tints of Apple #5DCE48
RGB
CMYK
RGB Variations
Color information
#5DCE48 (or 0x5DCE48) is known color: Apple. HEX triplet: 5D, CE and 48. RGB value is (93,206,72). Sum of RGB (Red+Green+Blue) = 93+206+72=371 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.07% from 371); Green value is 206 (80.86% from 255 or 55.53% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 206 - color contains mainly: green. Hex color #5DCE48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DCE48 is #A231B7. Grayscale: #9D9D9D. Windows color (decimal): -10629560 or 4771421. OLE color: 4771421.
HSL color Cylindrical-coordinate representation of color #5DCE48: hue angle of 110.6º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5DCE48 is Cyan = 0.55, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 206 | 72 | - |
| CMYK | 0.55 | 0 | 0.65 | 0.19 |
| HSL | 110.6º | 0.58% | 0.55% | - |
| HSV(B) | 110.6º | 0.65% | 0.81% | - |
| XYZ | 27.76 | 46.94 | 13.73 | - |
| YUV | 156.94 | 80.06 | 82.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 206 | 72 | 0.55 | 0 | 0.65 | 0.19 | 110.6 | 0.58 | 0.55 |
| Hex | 5D | CE | 48 | 37 | 0 | 41 | 13 | 6F | 3A | 37 |
| Octal | 135 | 316 | 110 | 67 | 0 | 101 | 23 | 157 | 72 | 67 |
| Binary | 1011101 | 11001110 | 1001000 | 110111 | 0 | 1000001 | 10011 | 1101111 | 111010 | 110111 |
Color Harmonies of #5DCE48
Complementary color
Monochromatic Colors of #5DCE48
Black with #5DCE48
Text Example
Text Example
White with #5DCE48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCE48; }
p { color: rgb(93,206,72); }
H1.HeaderClassName
{
color: #5DCE48;
}
.AnyTagClassName
{
color: #5DCE48;
}
</style>
background-color css
<style>
a { background-color: #5DCE48; }
a { background-color: rgb(93,206,72); }
div.DivClassName
{
background-color: #5DCE48;
}
.BgClassName
{
background-color: #5DCE48;
}
</style>
border-color css
<style>
span { border-color: #5DCE48; }
span { border-color: rgb(93,206,72); }
td.TdClassName
{
border-color: #5DCE48;
}
.TagClassName
{
border-color: #5DCE48;
}
</style>