Shades of Apple #5DB93E
Tints of Apple #5DB93E
RGB
CMYK
RGB Variations
Color information
#5DB93E (or 0x5DB93E) is known color: Apple. HEX triplet: 5D, B9 and 3E. RGB value is (93,185,62). Sum of RGB (Red+Green+Blue) = 93+185+62=340 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.35% from 340); Green value is 185 (72.66% from 255 or 54.41% from 340); Blue value is 62 (24.61% from 255 or 18.24% from 340); Max value from RGB is 185 - color contains mainly: green. Hex color #5DB93E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DB93E is #A246C1. Grayscale: #8F8F8F. Windows color (decimal): -10634946 or 4110685. OLE color: 4110685.
HSL color Cylindrical-coordinate representation of color #5DB93E: hue angle of 104.88º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5DB93E is Cyan = 0.50, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 185 | 62 | - |
| CMYK | 0.50 | 0 | 0.66 | 0.27 |
| HSL | 104.88º | 0.5% | 0.48% | - |
| HSV(B) | 104.88º | 0.66% | 0.73% | - |
| XYZ | 22.73 | 37.37 | 10.57 | - |
| YUV | 143.47 | 82.02 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 185 | 62 | 0.50 | 0 | 0.66 | 0.27 | 104.88 | 0.5 | 0.48 |
| Hex | 5D | B9 | 3E | 32 | 0 | 42 | 1B | 69 | 32 | 30 |
| Octal | 135 | 271 | 76 | 62 | 0 | 102 | 33 | 151 | 62 | 60 |
| Binary | 1011101 | 10111001 | 111110 | 110010 | 0 | 1000010 | 11011 | 1101001 | 110010 | 110000 |
Color Harmonies of #5DB93E
Complementary color
Monochromatic Colors of #5DB93E
Black with #5DB93E
Text Example
Text Example
White with #5DB93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB93E; }
p { color: rgb(93,185,62); }
H1.HeaderClassName
{
color: #5DB93E;
}
.AnyTagClassName
{
color: #5DB93E;
}
</style>
background-color css
<style>
a { background-color: #5DB93E; }
a { background-color: rgb(93,185,62); }
div.DivClassName
{
background-color: #5DB93E;
}
.BgClassName
{
background-color: #5DB93E;
}
</style>
border-color css
<style>
span { border-color: #5DB93E; }
span { border-color: rgb(93,185,62); }
td.TdClassName
{
border-color: #5DB93E;
}
.TagClassName
{
border-color: #5DB93E;
}
</style>