Shades of Apple #5DCC48
Tints of Apple #5DCC48
RGB
CMYK
RGB Variations
Color information
#5DCC48 (or 0x5DCC48) is known color: Apple. HEX triplet: 5D, CC and 48. RGB value is (93,204,72). Sum of RGB (Red+Green+Blue) = 93+204+72=369 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.20% from 369); Green value is 204 (80.08% from 255 or 55.28% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 204 - color contains mainly: green. Hex color #5DCC48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DCC48 is #A233B7. Grayscale: #9C9C9C. Windows color (decimal): -10630072 or 4770909. OLE color: 4770909.
HSL color Cylindrical-coordinate representation of color #5DCC48: hue angle of 110.45º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5DCC48 is Cyan = 0.54, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 93 | 204 | 72 | - |
| CMYK | 0.54 | 0 | 0.65 | 0.2 |
| HSL | 110.45º | 0.56% | 0.54% | - |
| HSV(B) | 110.45º | 0.65% | 0.8% | - |
| XYZ | 27.28 | 45.98 | 13.57 | - |
| YUV | 155.76 | 80.73 | 83.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 204 | 72 | 0.54 | 0 | 0.65 | 0.2 | 110.45 | 0.56 | 0.54 |
| Hex | 5D | CC | 48 | 36 | 0 | 41 | 14 | 6E | 38 | 36 |
| Octal | 135 | 314 | 110 | 66 | 0 | 101 | 24 | 156 | 70 | 66 |
| Binary | 1011101 | 11001100 | 1001000 | 110110 | 0 | 1000001 | 10100 | 1101110 | 111000 | 110110 |
Color Harmonies of #5DCC48
Complementary color
Monochromatic Colors of #5DCC48
Black with #5DCC48
Text Example
Text Example
White with #5DCC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCC48; }
p { color: rgb(93,204,72); }
H1.HeaderClassName
{
color: #5DCC48;
}
.AnyTagClassName
{
color: #5DCC48;
}
</style>
background-color css
<style>
a { background-color: #5DCC48; }
a { background-color: rgb(93,204,72); }
div.DivClassName
{
background-color: #5DCC48;
}
.BgClassName
{
background-color: #5DCC48;
}
</style>
border-color css
<style>
span { border-color: #5DCC48; }
span { border-color: rgb(93,204,72); }
td.TdClassName
{
border-color: #5DCC48;
}
.TagClassName
{
border-color: #5DCC48;
}
</style>