Shades of Apple #5DC054
Tints of Apple #5DC054
RGB
CMYK
RGB Variations
Color information
#5DC054 (or 0x5DC054) is known color: Apple. HEX triplet: 5D, C0 and 54. RGB value is (93,192,84). Sum of RGB (Red+Green+Blue) = 93+192+84=369 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.20% from 369); Green value is 192 (75.39% from 255 or 52.03% from 369); Blue value is 84 (33.20% from 255 or 22.76% from 369); Max value from RGB is 192 - color contains mainly: green. Hex color #5DC054 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC054 is #A23FAB. Grayscale: #969696. Windows color (decimal): -10633132 or 5554269. OLE color: 5554269.
HSL color Cylindrical-coordinate representation of color #5DC054: hue angle of 115º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5DC054 is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 192 | 84 | - |
| CMYK | 0.52 | 0 | 0.56 | 0.25 |
| HSL | 115º | 0.46% | 0.54% | - |
| HSV(B) | 115º | 0.56% | 0.75% | - |
| XYZ | 24.96 | 40.67 | 14.92 | - |
| YUV | 150.09 | 90.7 | 87.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 192 | 84 | 0.52 | 0 | 0.56 | 0.25 | 115 | 0.46 | 0.54 |
| Hex | 5D | C0 | 54 | 34 | 0 | 38 | 19 | 73 | 2E | 36 |
| Octal | 135 | 300 | 124 | 64 | 0 | 70 | 31 | 163 | 56 | 66 |
| Binary | 1011101 | 11000000 | 1010100 | 110100 | 0 | 111000 | 11001 | 1110011 | 101110 | 110110 |
Color Harmonies of #5DC054
Complementary color
Monochromatic Colors of #5DC054
Black with #5DC054
Text Example
Text Example
White with #5DC054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC054; }
p { color: rgb(93,192,84); }
H1.HeaderClassName
{
color: #5DC054;
}
.AnyTagClassName
{
color: #5DC054;
}
</style>
background-color css
<style>
a { background-color: #5DC054; }
a { background-color: rgb(93,192,84); }
div.DivClassName
{
background-color: #5DC054;
}
.BgClassName
{
background-color: #5DC054;
}
</style>
border-color css
<style>
span { border-color: #5DC054; }
span { border-color: rgb(93,192,84); }
td.TdClassName
{
border-color: #5DC054;
}
.TagClassName
{
border-color: #5DC054;
}
</style>