Shades of Apple #5DCC4E
Tints of Apple #5DCC4E
RGB
CMYK
RGB Variations
Color information
#5DCC4E (or 0x5DCC4E) is known color: Apple. HEX triplet: 5D, CC and 4E. RGB value is (93,204,78). Sum of RGB (Red+Green+Blue) = 93+204+78=375 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.8% from 375); Green value is 204 (80.08% from 255 or 54.4% from 375); Blue value is 78 (30.86% from 255 or 20.8% from 375); Max value from RGB is 204 - color contains mainly: green. Hex color #5DCC4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DCC4E is #A233B1. Grayscale: #9C9C9C. Windows color (decimal): -10630066 or 5164125. OLE color: 5164125.
HSL color Cylindrical-coordinate representation of color #5DCC4E: hue angle of 112.86º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DCC4E is Cyan = 0.54, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 93 | 204 | 78 | - |
| CMYK | 0.54 | 0 | 0.62 | 0.2 |
| HSL | 112.86º | 0.55% | 0.55% | - |
| HSV(B) | 112.86º | 0.62% | 0.8% | - |
| XYZ | 27.48 | 46.06 | 14.65 | - |
| YUV | 156.45 | 83.73 | 82.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 204 | 78 | 0.54 | 0 | 0.62 | 0.2 | 112.86 | 0.55 | 0.55 |
| Hex | 5D | CC | 4E | 36 | 0 | 3E | 14 | 71 | 37 | 37 |
| Octal | 135 | 314 | 116 | 66 | 0 | 76 | 24 | 161 | 67 | 67 |
| Binary | 1011101 | 11001100 | 1001110 | 110110 | 0 | 111110 | 10100 | 1110001 | 110111 | 110111 |
Color Harmonies of #5DCC4E
Complementary color
Monochromatic Colors of #5DCC4E
Black with #5DCC4E
Text Example
Text Example
White with #5DCC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCC4E; }
p { color: rgb(93,204,78); }
H1.HeaderClassName
{
color: #5DCC4E;
}
.AnyTagClassName
{
color: #5DCC4E;
}
</style>
background-color css
<style>
a { background-color: #5DCC4E; }
a { background-color: rgb(93,204,78); }
div.DivClassName
{
background-color: #5DCC4E;
}
.BgClassName
{
background-color: #5DCC4E;
}
</style>
border-color css
<style>
span { border-color: #5DCC4E; }
span { border-color: rgb(93,204,78); }
td.TdClassName
{
border-color: #5DCC4E;
}
.TagClassName
{
border-color: #5DCC4E;
}
</style>