Shades of Apple #5DB451
Tints of Apple #5DB451
RGB
CMYK
RGB Variations
Color information
#5DB451 (or 0x5DB451) is known color: Apple. HEX triplet: 5D, B4 and 51. RGB value is (93,180,81). Sum of RGB (Red+Green+Blue) = 93+180+81=354 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.27% from 354); Green value is 180 (70.70% from 255 or 50.85% from 354); Blue value is 81 (32.03% from 255 or 22.88% from 354); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB451 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB451 is #A24BAE. Grayscale: #8F8F8F. Windows color (decimal): -10636207 or 5354589. OLE color: 5354589.
HSL color Cylindrical-coordinate representation of color #5DB451: hue angle of 112.73º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DB451 is Cyan = 0.48, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 180 | 81 | - |
| CMYK | 0.48 | 0 | 0.55 | 0.29 |
| HSL | 112.73º | 0.4% | 0.51% | - |
| HSV(B) | 112.73º | 0.55% | 0.71% | - |
| XYZ | 22.32 | 35.56 | 13.47 | - |
| YUV | 142.7 | 93.18 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 180 | 81 | 0.48 | 0 | 0.55 | 0.29 | 112.73 | 0.4 | 0.51 |
| Hex | 5D | B4 | 51 | 30 | 0 | 37 | 1D | 71 | 28 | 33 |
| Octal | 135 | 264 | 121 | 60 | 0 | 67 | 35 | 161 | 50 | 63 |
| Binary | 1011101 | 10110100 | 1010001 | 110000 | 0 | 110111 | 11101 | 1110001 | 101000 | 110011 |
Color Harmonies of #5DB451
Complementary color
Monochromatic Colors of #5DB451
Black with #5DB451
Text Example
Text Example
White with #5DB451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB451; }
p { color: rgb(93,180,81); }
H1.HeaderClassName
{
color: #5DB451;
}
.AnyTagClassName
{
color: #5DB451;
}
</style>
background-color css
<style>
a { background-color: #5DB451; }
a { background-color: rgb(93,180,81); }
div.DivClassName
{
background-color: #5DB451;
}
.BgClassName
{
background-color: #5DB451;
}
</style>
border-color css
<style>
span { border-color: #5DB451; }
span { border-color: rgb(93,180,81); }
td.TdClassName
{
border-color: #5DB451;
}
.TagClassName
{
border-color: #5DB451;
}
</style>