Shades of Apple #5DAE30
Tints of Apple #5DAE30
RGB
CMYK
RGB Variations
Color information
#5DAE30 (or 0x5DAE30) is known color: Apple. HEX triplet: 5D, AE and 30. RGB value is (93,174,48). Sum of RGB (Red+Green+Blue) = 93+174+48=315 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.52% from 315); Green value is 174 (68.36% from 255 or 55.24% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 174 - color contains mainly: green. Hex color #5DAE30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAE30 is #A251CF. Grayscale: #878787. Windows color (decimal): -10637776 or 3190365. OLE color: 3190365.
HSL color Cylindrical-coordinate representation of color #5DAE30: hue angle of 98.57º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5DAE30 is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 174 | 48 | - |
| CMYK | 0.47 | 0 | 0.72 | 0.32 |
| HSL | 98.57º | 0.57% | 0.44% | - |
| HSV(B) | 98.57º | 0.72% | 0.68% | - |
| XYZ | 20.18 | 32.81 | 8.07 | - |
| YUV | 135.42 | 78.66 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 174 | 48 | 0.47 | 0 | 0.72 | 0.32 | 98.57 | 0.57 | 0.44 |
| Hex | 5D | AE | 30 | 2F | 0 | 48 | 20 | 63 | 39 | 2C |
| Octal | 135 | 256 | 60 | 57 | 0 | 110 | 40 | 143 | 71 | 54 |
| Binary | 1011101 | 10101110 | 110000 | 101111 | 0 | 1001000 | 100000 | 1100011 | 111001 | 101100 |
Color Harmonies of #5DAE30
Complementary color
Monochromatic Colors of #5DAE30
Black with #5DAE30
Text Example
Text Example
White with #5DAE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAE30; }
p { color: rgb(93,174,48); }
H1.HeaderClassName
{
color: #5DAE30;
}
.AnyTagClassName
{
color: #5DAE30;
}
</style>
background-color css
<style>
a { background-color: #5DAE30; }
a { background-color: rgb(93,174,48); }
div.DivClassName
{
background-color: #5DAE30;
}
.BgClassName
{
background-color: #5DAE30;
}
</style>
border-color css
<style>
span { border-color: #5DAE30; }
span { border-color: rgb(93,174,48); }
td.TdClassName
{
border-color: #5DAE30;
}
.TagClassName
{
border-color: #5DAE30;
}
</style>