Shades of Apple #5DBD36
Tints of Apple #5DBD36
RGB
CMYK
RGB Variations
Color information
#5DBD36 (or 0x5DBD36) is known color: Apple. HEX triplet: 5D, BD and 36. RGB value is (93,189,54). Sum of RGB (Red+Green+Blue) = 93+189+54=336 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.68% from 336); Green value is 189 (74.22% from 255 or 56.25% from 336); Blue value is 54 (21.48% from 255 or 16.07% from 336); Max value from RGB is 189 - color contains mainly: green. Hex color #5DBD36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBD36 is #A242C9. Grayscale: #919191. Windows color (decimal): -10633930 or 3587421. OLE color: 3587421.
HSL color Cylindrical-coordinate representation of color #5DBD36: hue angle of 102.67º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5DBD36 is Cyan = 0.51, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 189 | 54 | - |
| CMYK | 0.51 | 0 | 0.71 | 0.26 |
| HSL | 102.67º | 0.56% | 0.48% | - |
| HSV(B) | 102.67º | 0.71% | 0.74% | - |
| XYZ | 23.38 | 38.99 | 9.78 | - |
| YUV | 144.91 | 76.7 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 189 | 54 | 0.51 | 0 | 0.71 | 0.26 | 102.67 | 0.56 | 0.48 |
| Hex | 5D | BD | 36 | 33 | 0 | 47 | 1A | 67 | 38 | 30 |
| Octal | 135 | 275 | 66 | 63 | 0 | 107 | 32 | 147 | 70 | 60 |
| Binary | 1011101 | 10111101 | 110110 | 110011 | 0 | 1000111 | 11010 | 1100111 | 111000 | 110000 |
Color Harmonies of #5DBD36
Complementary color
Monochromatic Colors of #5DBD36
Black with #5DBD36
Text Example
Text Example
White with #5DBD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBD36; }
p { color: rgb(93,189,54); }
H1.HeaderClassName
{
color: #5DBD36;
}
.AnyTagClassName
{
color: #5DBD36;
}
</style>
background-color css
<style>
a { background-color: #5DBD36; }
a { background-color: rgb(93,189,54); }
div.DivClassName
{
background-color: #5DBD36;
}
.BgClassName
{
background-color: #5DBD36;
}
</style>
border-color css
<style>
span { border-color: #5DBD36; }
span { border-color: rgb(93,189,54); }
td.TdClassName
{
border-color: #5DBD36;
}
.TagClassName
{
border-color: #5DBD36;
}
</style>