Shades of Apple #5DBD39
Tints of Apple #5DBD39
RGB
CMYK
RGB Variations
Color information
#5DBD39 (or 0x5DBD39) is known color: Apple. HEX triplet: 5D, BD and 39. RGB value is (93,189,57). Sum of RGB (Red+Green+Blue) = 93+189+57=339 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.43% from 339); Green value is 189 (74.22% from 255 or 55.75% from 339); Blue value is 57 (22.66% from 255 or 16.81% from 339); Max value from RGB is 189 - color contains mainly: green. Hex color #5DBD39 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBD39 is #A242C6. Grayscale: #919191. Windows color (decimal): -10633927 or 3784029. OLE color: 3784029.
HSL color Cylindrical-coordinate representation of color #5DBD39: hue angle of 103.64º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5DBD39 is Cyan = 0.51, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 189 | 57 | - |
| CMYK | 0.51 | 0 | 0.70 | 0.26 |
| HSL | 103.64º | 0.54% | 0.48% | - |
| HSV(B) | 103.64º | 0.7% | 0.74% | - |
| XYZ | 23.45 | 39.02 | 10.17 | - |
| YUV | 145.25 | 78.2 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 189 | 57 | 0.51 | 0 | 0.70 | 0.26 | 103.64 | 0.54 | 0.48 |
| Hex | 5D | BD | 39 | 33 | 0 | 46 | 1A | 68 | 36 | 30 |
| Octal | 135 | 275 | 71 | 63 | 0 | 106 | 32 | 150 | 66 | 60 |
| Binary | 1011101 | 10111101 | 111001 | 110011 | 0 | 1000110 | 11010 | 1101000 | 110110 | 110000 |
Color Harmonies of #5DBD39
Complementary color
Monochromatic Colors of #5DBD39
Black with #5DBD39
Text Example
Text Example
White with #5DBD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBD39; }
p { color: rgb(93,189,57); }
H1.HeaderClassName
{
color: #5DBD39;
}
.AnyTagClassName
{
color: #5DBD39;
}
</style>
background-color css
<style>
a { background-color: #5DBD39; }
a { background-color: rgb(93,189,57); }
div.DivClassName
{
background-color: #5DBD39;
}
.BgClassName
{
background-color: #5DBD39;
}
</style>
border-color css
<style>
span { border-color: #5DBD39; }
span { border-color: rgb(93,189,57); }
td.TdClassName
{
border-color: #5DBD39;
}
.TagClassName
{
border-color: #5DBD39;
}
</style>