Shades of Apple #5DBD3E
Tints of Apple #5DBD3E
RGB
CMYK
RGB Variations
Color information
#5DBD3E (or 0x5DBD3E) is known color: Apple. HEX triplet: 5D, BD and 3E. RGB value is (93,189,62). Sum of RGB (Red+Green+Blue) = 93+189+62=344 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.03% from 344); Green value is 189 (74.22% from 255 or 54.94% from 344); Blue value is 62 (24.61% from 255 or 18.02% from 344); Max value from RGB is 189 - color contains mainly: green. Hex color #5DBD3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBD3E is #A242C1. Grayscale: #929292. Windows color (decimal): -10633922 or 4111709. OLE color: 4111709.
HSL color Cylindrical-coordinate representation of color #5DBD3E: hue angle of 105.35º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5DBD3E is Cyan = 0.51, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 189 | 62 | - |
| CMYK | 0.51 | 0 | 0.67 | 0.26 |
| HSL | 105.35º | 0.51% | 0.49% | - |
| HSV(B) | 105.35º | 0.67% | 0.74% | - |
| XYZ | 23.58 | 39.07 | 10.86 | - |
| YUV | 145.82 | 80.7 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 189 | 62 | 0.51 | 0 | 0.67 | 0.26 | 105.35 | 0.51 | 0.49 |
| Hex | 5D | BD | 3E | 33 | 0 | 43 | 1A | 69 | 33 | 31 |
| Octal | 135 | 275 | 76 | 63 | 0 | 103 | 32 | 151 | 63 | 61 |
| Binary | 1011101 | 10111101 | 111110 | 110011 | 0 | 1000011 | 11010 | 1101001 | 110011 | 110001 |
Color Harmonies of #5DBD3E
Complementary color
Monochromatic Colors of #5DBD3E
Black with #5DBD3E
Text Example
Text Example
White with #5DBD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBD3E; }
p { color: rgb(93,189,62); }
H1.HeaderClassName
{
color: #5DBD3E;
}
.AnyTagClassName
{
color: #5DBD3E;
}
</style>
background-color css
<style>
a { background-color: #5DBD3E; }
a { background-color: rgb(93,189,62); }
div.DivClassName
{
background-color: #5DBD3E;
}
.BgClassName
{
background-color: #5DBD3E;
}
</style>
border-color css
<style>
span { border-color: #5DBD3E; }
span { border-color: rgb(93,189,62); }
td.TdClassName
{
border-color: #5DBD3E;
}
.TagClassName
{
border-color: #5DBD3E;
}
</style>