Shades of Apple #5DCD54
Tints of Apple #5DCD54
RGB
CMYK
RGB Variations
Color information
#5DCD54 (or 0x5DCD54) is known color: Apple. HEX triplet: 5D, CD and 54. RGB value is (93,205,84). Sum of RGB (Red+Green+Blue) = 93+205+84=382 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.35% from 382); Green value is 205 (80.47% from 255 or 53.66% from 382); Blue value is 84 (33.20% from 255 or 21.99% from 382); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCD54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DCD54 is #A232AB. Grayscale: #9E9E9E. Windows color (decimal): -10629804 or 5557597. OLE color: 5557597.
HSL color Cylindrical-coordinate representation of color #5DCD54: hue angle of 115.54º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DCD54 is Cyan = 0.55, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 205 | 84 | - |
| CMYK | 0.55 | 0 | 0.59 | 0.20 |
| HSL | 115.54º | 0.55% | 0.57% | - |
| HSV(B) | 115.54º | 0.59% | 0.8% | - |
| XYZ | 27.95 | 46.63 | 15.92 | - |
| YUV | 157.72 | 86.39 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 205 | 84 | 0.55 | 0 | 0.59 | 0.20 | 115.54 | 0.55 | 0.57 |
| Hex | 5D | CD | 54 | 37 | 0 | 3B | 14 | 74 | 37 | 39 |
| Octal | 135 | 315 | 124 | 67 | 0 | 73 | 24 | 164 | 67 | 71 |
| Binary | 1011101 | 11001101 | 1010100 | 110111 | 0 | 111011 | 10100 | 1110100 | 110111 | 111001 |
Color Harmonies of #5DCD54
Complementary color
Monochromatic Colors of #5DCD54
Black with #5DCD54
Text Example
Text Example
White with #5DCD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCD54; }
p { color: rgb(93,205,84); }
H1.HeaderClassName
{
color: #5DCD54;
}
.AnyTagClassName
{
color: #5DCD54;
}
</style>
background-color css
<style>
a { background-color: #5DCD54; }
a { background-color: rgb(93,205,84); }
div.DivClassName
{
background-color: #5DCD54;
}
.BgClassName
{
background-color: #5DCD54;
}
</style>
border-color css
<style>
span { border-color: #5DCD54; }
span { border-color: rgb(93,205,84); }
td.TdClassName
{
border-color: #5DCD54;
}
.TagClassName
{
border-color: #5DCD54;
}
</style>