Shades of Apple #5DB02E
Tints of Apple #5DB02E
RGB
CMYK
RGB Variations
Color information
#5DB02E (or 0x5DB02E) is known color: Apple. HEX triplet: 5D, B0 and 2E. RGB value is (93,176,46). Sum of RGB (Red+Green+Blue) = 93+176+46=315 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.52% from 315); Green value is 176 (69.14% from 255 or 55.87% from 315); Blue value is 46 (18.36% from 255 or 14.60% from 315); Max value from RGB is 176 - color contains mainly: green. Hex color #5DB02E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DB02E is #A24FD1. Grayscale: #888888. Windows color (decimal): -10637266 or 3059805. OLE color: 3059805.
HSL color Cylindrical-coordinate representation of color #5DB02E: hue angle of 98.31º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5DB02E is Cyan = 0.47, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 176 | 46 | - |
| CMYK | 0.47 | 0 | 0.74 | 0.31 |
| HSL | 98.31º | 0.59% | 0.44% | - |
| HSV(B) | 98.31º | 0.74% | 0.69% | - |
| XYZ | 20.53 | 33.58 | 7.98 | - |
| YUV | 136.36 | 77 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 176 | 46 | 0.47 | 0 | 0.74 | 0.31 | 98.31 | 0.59 | 0.44 |
| Hex | 5D | B0 | 2E | 2F | 0 | 4A | 1F | 62 | 3B | 2C |
| Octal | 135 | 260 | 56 | 57 | 0 | 112 | 37 | 142 | 73 | 54 |
| Binary | 1011101 | 10110000 | 101110 | 101111 | 0 | 1001010 | 11111 | 1100010 | 111011 | 101100 |
Color Harmonies of #5DB02E
Complementary color
Monochromatic Colors of #5DB02E
Black with #5DB02E
Text Example
Text Example
White with #5DB02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB02E; }
p { color: rgb(93,176,46); }
H1.HeaderClassName
{
color: #5DB02E;
}
.AnyTagClassName
{
color: #5DB02E;
}
</style>
background-color css
<style>
a { background-color: #5DB02E; }
a { background-color: rgb(93,176,46); }
div.DivClassName
{
background-color: #5DB02E;
}
.BgClassName
{
background-color: #5DB02E;
}
</style>
border-color css
<style>
span { border-color: #5DB02E; }
span { border-color: rgb(93,176,46); }
td.TdClassName
{
border-color: #5DB02E;
}
.TagClassName
{
border-color: #5DB02E;
}
</style>