Shades of Apple #5DC036
Tints of Apple #5DC036
RGB
CMYK
RGB Variations
Color information
#5DC036 (or 0x5DC036) is known color: Apple. HEX triplet: 5D, C0 and 36. RGB value is (93,192,54). Sum of RGB (Red+Green+Blue) = 93+192+54=339 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.43% from 339); Green value is 192 (75.39% from 255 or 56.64% from 339); Blue value is 54 (21.48% from 255 or 15.93% from 339); Max value from RGB is 192 - color contains mainly: green. Hex color #5DC036 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC036 is #A23FC9. Grayscale: #939393. Windows color (decimal): -10633162 or 3588189. OLE color: 3588189.
HSL color Cylindrical-coordinate representation of color #5DC036: hue angle of 103.04º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5DC036 is Cyan = 0.52, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 192 | 54 | - |
| CMYK | 0.52 | 0 | 0.72 | 0.25 |
| HSL | 103.04º | 0.56% | 0.48% | - |
| HSV(B) | 103.04º | 0.72% | 0.75% | - |
| XYZ | 24.03 | 40.29 | 10 | - |
| YUV | 146.67 | 75.7 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 192 | 54 | 0.52 | 0 | 0.72 | 0.25 | 103.04 | 0.56 | 0.48 |
| Hex | 5D | C0 | 36 | 34 | 0 | 48 | 19 | 67 | 38 | 30 |
| Octal | 135 | 300 | 66 | 64 | 0 | 110 | 31 | 147 | 70 | 60 |
| Binary | 1011101 | 11000000 | 110110 | 110100 | 0 | 1001000 | 11001 | 1100111 | 111000 | 110000 |
Color Harmonies of #5DC036
Complementary color
Monochromatic Colors of #5DC036
Black with #5DC036
Text Example
Text Example
White with #5DC036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC036; }
p { color: rgb(93,192,54); }
H1.HeaderClassName
{
color: #5DC036;
}
.AnyTagClassName
{
color: #5DC036;
}
</style>
background-color css
<style>
a { background-color: #5DC036; }
a { background-color: rgb(93,192,54); }
div.DivClassName
{
background-color: #5DC036;
}
.BgClassName
{
background-color: #5DC036;
}
</style>
border-color css
<style>
span { border-color: #5DC036; }
span { border-color: rgb(93,192,54); }
td.TdClassName
{
border-color: #5DC036;
}
.TagClassName
{
border-color: #5DC036;
}
</style>