Shades of Apple #5DB04B
Tints of Apple #5DB04B
RGB
CMYK
RGB Variations
Color information
#5DB04B (or 0x5DB04B) is known color: Apple. HEX triplet: 5D, B0 and 4B. RGB value is (93,176,75). Sum of RGB (Red+Green+Blue) = 93+176+75=344 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.03% from 344); Green value is 176 (69.14% from 255 or 51.16% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 176 - color contains mainly: green. Hex color #5DB04B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DB04B is #A24FB4. Grayscale: #8B8B8B. Windows color (decimal): -10637237 or 4960349. OLE color: 4960349.
HSL color Cylindrical-coordinate representation of color #5DB04B: hue angle of 109.31º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DB04B is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 176 | 75 | - |
| CMYK | 0.47 | 0 | 0.57 | 0.31 |
| HSL | 109.31º | 0.4% | 0.49% | - |
| HSV(B) | 109.31º | 0.57% | 0.69% | - |
| XYZ | 21.31 | 33.89 | 12.07 | - |
| YUV | 139.67 | 91.5 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 176 | 75 | 0.47 | 0 | 0.57 | 0.31 | 109.31 | 0.4 | 0.49 |
| Hex | 5D | B0 | 4B | 2F | 0 | 39 | 1F | 6D | 28 | 31 |
| Octal | 135 | 260 | 113 | 57 | 0 | 71 | 37 | 155 | 50 | 61 |
| Binary | 1011101 | 10110000 | 1001011 | 101111 | 0 | 111001 | 11111 | 1101101 | 101000 | 110001 |
Color Harmonies of #5DB04B
Complementary color
Monochromatic Colors of #5DB04B
Black with #5DB04B
Text Example
Text Example
White with #5DB04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB04B; }
p { color: rgb(93,176,75); }
H1.HeaderClassName
{
color: #5DB04B;
}
.AnyTagClassName
{
color: #5DB04B;
}
</style>
background-color css
<style>
a { background-color: #5DB04B; }
a { background-color: rgb(93,176,75); }
div.DivClassName
{
background-color: #5DB04B;
}
.BgClassName
{
background-color: #5DB04B;
}
</style>
border-color css
<style>
span { border-color: #5DB04B; }
span { border-color: rgb(93,176,75); }
td.TdClassName
{
border-color: #5DB04B;
}
.TagClassName
{
border-color: #5DB04B;
}
</style>