Shades of Apple #5DB731
Tints of Apple #5DB731
RGB
CMYK
RGB Variations
Color information
#5DB731 (or 0x5DB731) is known color: Apple. HEX triplet: 5D, B7 and 31. RGB value is (93,183,49). Sum of RGB (Red+Green+Blue) = 93+183+49=325 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.62% from 325); Green value is 183 (71.88% from 255 or 56.31% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 183 - color contains mainly: green. Hex color #5DB731 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DB731 is #A248CE. Grayscale: #8D8D8D. Windows color (decimal): -10635471 or 3258205. OLE color: 3258205.
HSL color Cylindrical-coordinate representation of color #5DB731: hue angle of 100.3º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5DB731 is Cyan = 0.49, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 93 | 183 | 49 | - |
| CMYK | 0.49 | 0 | 0.73 | 0.28 |
| HSL | 100.3º | 0.58% | 0.45% | - |
| HSV(B) | 100.3º | 0.73% | 0.72% | - |
| XYZ | 22 | 36.42 | 8.78 | - |
| YUV | 140.81 | 76.18 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 183 | 49 | 0.49 | 0 | 0.73 | 0.28 | 100.3 | 0.58 | 0.45 |
| Hex | 5D | B7 | 31 | 31 | 0 | 49 | 1C | 64 | 3A | 2D |
| Octal | 135 | 267 | 61 | 61 | 0 | 111 | 34 | 144 | 72 | 55 |
| Binary | 1011101 | 10110111 | 110001 | 110001 | 0 | 1001001 | 11100 | 1100100 | 111010 | 101101 |
Color Harmonies of #5DB731
Complementary color
Monochromatic Colors of #5DB731
Black with #5DB731
Text Example
Text Example
White with #5DB731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB731; }
p { color: rgb(93,183,49); }
H1.HeaderClassName
{
color: #5DB731;
}
.AnyTagClassName
{
color: #5DB731;
}
</style>
background-color css
<style>
a { background-color: #5DB731; }
a { background-color: rgb(93,183,49); }
div.DivClassName
{
background-color: #5DB731;
}
.BgClassName
{
background-color: #5DB731;
}
</style>
border-color css
<style>
span { border-color: #5DB731; }
span { border-color: rgb(93,183,49); }
td.TdClassName
{
border-color: #5DB731;
}
.TagClassName
{
border-color: #5DB731;
}
</style>