Shades of Apple #5DBD3B
Tints of Apple #5DBD3B
RGB
CMYK
RGB Variations
Color information
#5DBD3B (or 0x5DBD3B) is known color: Apple. HEX triplet: 5D, BD and 3B. RGB value is (93,189,59). Sum of RGB (Red+Green+Blue) = 93+189+59=341 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.27% from 341); Green value is 189 (74.22% from 255 or 55.43% from 341); Blue value is 59 (23.44% from 255 or 17.30% from 341); Max value from RGB is 189 - color contains mainly: green. Hex color #5DBD3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBD3B is #A242C4. Grayscale: #919191. Windows color (decimal): -10633925 or 3915101. OLE color: 3915101.
HSL color Cylindrical-coordinate representation of color #5DBD3B: hue angle of 104.31º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5DBD3B is Cyan = 0.51, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 189 | 59 | - |
| CMYK | 0.51 | 0 | 0.69 | 0.26 |
| HSL | 104.31º | 0.52% | 0.49% | - |
| HSV(B) | 104.31º | 0.69% | 0.74% | - |
| XYZ | 23.5 | 39.04 | 10.43 | - |
| YUV | 145.48 | 79.2 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 189 | 59 | 0.51 | 0 | 0.69 | 0.26 | 104.31 | 0.52 | 0.49 |
| Hex | 5D | BD | 3B | 33 | 0 | 45 | 1A | 68 | 34 | 31 |
| Octal | 135 | 275 | 73 | 63 | 0 | 105 | 32 | 150 | 64 | 61 |
| Binary | 1011101 | 10111101 | 111011 | 110011 | 0 | 1000101 | 11010 | 1101000 | 110100 | 110001 |
Color Harmonies of #5DBD3B
Complementary color
Monochromatic Colors of #5DBD3B
Black with #5DBD3B
Text Example
Text Example
White with #5DBD3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBD3B; }
p { color: rgb(93,189,59); }
H1.HeaderClassName
{
color: #5DBD3B;
}
.AnyTagClassName
{
color: #5DBD3B;
}
</style>
background-color css
<style>
a { background-color: #5DBD3B; }
a { background-color: rgb(93,189,59); }
div.DivClassName
{
background-color: #5DBD3B;
}
.BgClassName
{
background-color: #5DBD3B;
}
</style>
border-color css
<style>
span { border-color: #5DBD3B; }
span { border-color: rgb(93,189,59); }
td.TdClassName
{
border-color: #5DBD3B;
}
.TagClassName
{
border-color: #5DBD3B;
}
</style>