Shades of Apple #5DBE4E
Tints of Apple #5DBE4E
RGB
CMYK
RGB Variations
Color information
#5DBE4E (or 0x5DBE4E) is known color: Apple. HEX triplet: 5D, BE and 4E. RGB value is (93,190,78). Sum of RGB (Red+Green+Blue) = 93+190+78=361 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.76% from 361); Green value is 190 (74.61% from 255 or 52.63% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 190 - color contains mainly: green. Hex color #5DBE4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBE4E is #A241B1. Grayscale: #949494. Windows color (decimal): -10633650 or 5160541. OLE color: 5160541.
HSL color Cylindrical-coordinate representation of color #5DBE4E: hue angle of 111.96º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DBE4E is Cyan = 0.51, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 190 | 78 | - |
| CMYK | 0.51 | 0 | 0.59 | 0.25 |
| HSL | 111.96º | 0.46% | 0.53% | - |
| HSV(B) | 111.96º | 0.59% | 0.75% | - |
| XYZ | 24.3 | 39.7 | 13.59 | - |
| YUV | 148.23 | 88.36 | 88.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 190 | 78 | 0.51 | 0 | 0.59 | 0.25 | 111.96 | 0.46 | 0.53 |
| Hex | 5D | BE | 4E | 33 | 0 | 3B | 19 | 70 | 2E | 35 |
| Octal | 135 | 276 | 116 | 63 | 0 | 73 | 31 | 160 | 56 | 65 |
| Binary | 1011101 | 10111110 | 1001110 | 110011 | 0 | 111011 | 11001 | 1110000 | 101110 | 110101 |
Color Harmonies of #5DBE4E
Complementary color
Monochromatic Colors of #5DBE4E
Black with #5DBE4E
Text Example
Text Example
White with #5DBE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBE4E; }
p { color: rgb(93,190,78); }
H1.HeaderClassName
{
color: #5DBE4E;
}
.AnyTagClassName
{
color: #5DBE4E;
}
</style>
background-color css
<style>
a { background-color: #5DBE4E; }
a { background-color: rgb(93,190,78); }
div.DivClassName
{
background-color: #5DBE4E;
}
.BgClassName
{
background-color: #5DBE4E;
}
</style>
border-color css
<style>
span { border-color: #5DBE4E; }
span { border-color: rgb(93,190,78); }
td.TdClassName
{
border-color: #5DBE4E;
}
.TagClassName
{
border-color: #5DBE4E;
}
</style>