Shades of Apple #5DB03D
Tints of Apple #5DB03D
RGB
CMYK
RGB Variations
Color information
#5DB03D (or 0x5DB03D) is known color: Apple. HEX triplet: 5D, B0 and 3D. RGB value is (93,176,61). Sum of RGB (Red+Green+Blue) = 93+176+61=330 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.18% from 330); Green value is 176 (69.14% from 255 or 53.33% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 176 - color contains mainly: green. Hex color #5DB03D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DB03D is #A24FC2. Grayscale: #8A8A8A. Windows color (decimal): -10637251 or 4042845. OLE color: 4042845.
HSL color Cylindrical-coordinate representation of color #5DB03D: hue angle of 103.3º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5DB03D is Cyan = 0.47, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 176 | 61 | - |
| CMYK | 0.47 | 0 | 0.65 | 0.31 |
| HSL | 103.3º | 0.49% | 0.46% | - |
| HSV(B) | 103.3º | 0.65% | 0.69% | - |
| XYZ | 20.88 | 33.71 | 9.82 | - |
| YUV | 138.07 | 84.5 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 176 | 61 | 0.47 | 0 | 0.65 | 0.31 | 103.3 | 0.49 | 0.46 |
| Hex | 5D | B0 | 3D | 2F | 0 | 41 | 1F | 67 | 31 | 2E |
| Octal | 135 | 260 | 75 | 57 | 0 | 101 | 37 | 147 | 61 | 56 |
| Binary | 1011101 | 10110000 | 111101 | 101111 | 0 | 1000001 | 11111 | 1100111 | 110001 | 101110 |
Color Harmonies of #5DB03D
Complementary color
Monochromatic Colors of #5DB03D
Black with #5DB03D
Text Example
Text Example
White with #5DB03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB03D; }
p { color: rgb(93,176,61); }
H1.HeaderClassName
{
color: #5DB03D;
}
.AnyTagClassName
{
color: #5DB03D;
}
</style>
background-color css
<style>
a { background-color: #5DB03D; }
a { background-color: rgb(93,176,61); }
div.DivClassName
{
background-color: #5DB03D;
}
.BgClassName
{
background-color: #5DB03D;
}
</style>
border-color css
<style>
span { border-color: #5DB03D; }
span { border-color: rgb(93,176,61); }
td.TdClassName
{
border-color: #5DB03D;
}
.TagClassName
{
border-color: #5DB03D;
}
</style>