Shades of Apple #5DCA4D
Tints of Apple #5DCA4D
RGB
CMYK
RGB Variations
Color information
#5DCA4D (or 0x5DCA4D) is known color: Apple. HEX triplet: 5D, CA and 4D. RGB value is (93,202,77). Sum of RGB (Red+Green+Blue) = 93+202+77=372 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25% from 372); Green value is 202 (79.30% from 255 or 54.30% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 202 - color contains mainly: green. Hex color #5DCA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DCA4D is #A235B2. Grayscale: #9B9B9B. Windows color (decimal): -10630579 or 5098077. OLE color: 5098077.
HSL color Cylindrical-coordinate representation of color #5DCA4D: hue angle of 112.32º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DCA4D is Cyan = 0.54, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 93 | 202 | 77 | - |
| CMYK | 0.54 | 0 | 0.62 | 0.21 |
| HSL | 112.32º | 0.54% | 0.55% | - |
| HSV(B) | 112.32º | 0.62% | 0.79% | - |
| XYZ | 26.97 | 45.1 | 14.31 | - |
| YUV | 155.16 | 83.89 | 83.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 202 | 77 | 0.54 | 0 | 0.62 | 0.21 | 112.32 | 0.54 | 0.55 |
| Hex | 5D | CA | 4D | 36 | 0 | 3E | 15 | 70 | 36 | 37 |
| Octal | 135 | 312 | 115 | 66 | 0 | 76 | 25 | 160 | 66 | 67 |
| Binary | 1011101 | 11001010 | 1001101 | 110110 | 0 | 111110 | 10101 | 1110000 | 110110 | 110111 |
Color Harmonies of #5DCA4D
Complementary color
Monochromatic Colors of #5DCA4D
Black with #5DCA4D
Text Example
Text Example
White with #5DCA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCA4D; }
p { color: rgb(93,202,77); }
H1.HeaderClassName
{
color: #5DCA4D;
}
.AnyTagClassName
{
color: #5DCA4D;
}
</style>
background-color css
<style>
a { background-color: #5DCA4D; }
a { background-color: rgb(93,202,77); }
div.DivClassName
{
background-color: #5DCA4D;
}
.BgClassName
{
background-color: #5DCA4D;
}
</style>
border-color css
<style>
span { border-color: #5DCA4D; }
span { border-color: rgb(93,202,77); }
td.TdClassName
{
border-color: #5DCA4D;
}
.TagClassName
{
border-color: #5DCA4D;
}
</style>