Shades of Apple #5DBD3D
Tints of Apple #5DBD3D
RGB
CMYK
RGB Variations
Color information
#5DBD3D (or 0x5DBD3D) is known color: Apple. HEX triplet: 5D, BD and 3D. RGB value is (93,189,61). Sum of RGB (Red+Green+Blue) = 93+189+61=343 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.11% from 343); Green value is 189 (74.22% from 255 or 55.10% from 343); Blue value is 61 (24.22% from 255 or 17.78% from 343); Max value from RGB is 189 - color contains mainly: green. Hex color #5DBD3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBD3D is #A242C2. Grayscale: #929292. Windows color (decimal): -10633923 or 4046173. OLE color: 4046173.
HSL color Cylindrical-coordinate representation of color #5DBD3D: hue angle of 105º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5DBD3D is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 189 | 61 | - |
| CMYK | 0.51 | 0 | 0.68 | 0.26 |
| HSL | 105º | 0.51% | 0.49% | - |
| HSV(B) | 105º | 0.68% | 0.74% | - |
| XYZ | 23.55 | 39.06 | 10.71 | - |
| YUV | 145.7 | 80.2 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 189 | 61 | 0.51 | 0 | 0.68 | 0.26 | 105 | 0.51 | 0.49 |
| Hex | 5D | BD | 3D | 33 | 0 | 44 | 1A | 69 | 33 | 31 |
| Octal | 135 | 275 | 75 | 63 | 0 | 104 | 32 | 151 | 63 | 61 |
| Binary | 1011101 | 10111101 | 111101 | 110011 | 0 | 1000100 | 11010 | 1101001 | 110011 | 110001 |
Color Harmonies of #5DBD3D
Complementary color
Monochromatic Colors of #5DBD3D
Black with #5DBD3D
Text Example
Text Example
White with #5DBD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBD3D; }
p { color: rgb(93,189,61); }
H1.HeaderClassName
{
color: #5DBD3D;
}
.AnyTagClassName
{
color: #5DBD3D;
}
</style>
background-color css
<style>
a { background-color: #5DBD3D; }
a { background-color: rgb(93,189,61); }
div.DivClassName
{
background-color: #5DBD3D;
}
.BgClassName
{
background-color: #5DBD3D;
}
</style>
border-color css
<style>
span { border-color: #5DBD3D; }
span { border-color: rgb(93,189,61); }
td.TdClassName
{
border-color: #5DBD3D;
}
.TagClassName
{
border-color: #5DBD3D;
}
</style>