Shades of Apple #5DC033
Tints of Apple #5DC033
RGB
CMYK
RGB Variations
Color information
#5DC033 (or 0x5DC033) is known color: Apple. HEX triplet: 5D, C0 and 33. RGB value is (93,192,51). Sum of RGB (Red+Green+Blue) = 93+192+51=336 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.68% from 336); Green value is 192 (75.39% from 255 or 57.14% from 336); Blue value is 51 (20.31% from 255 or 15.18% from 336); Max value from RGB is 192 - color contains mainly: green. Hex color #5DC033 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC033 is #A23FCC. Grayscale: #929292. Windows color (decimal): -10633165 or 3391581. OLE color: 3391581.
HSL color Cylindrical-coordinate representation of color #5DC033: hue angle of 102.13º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5DC033 is Cyan = 0.52, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 192 | 51 | - |
| CMYK | 0.52 | 0 | 0.73 | 0.25 |
| HSL | 102.13º | 0.58% | 0.48% | - |
| HSV(B) | 102.13º | 0.73% | 0.75% | - |
| XYZ | 23.96 | 40.27 | 9.64 | - |
| YUV | 146.33 | 74.2 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 192 | 51 | 0.52 | 0 | 0.73 | 0.25 | 102.13 | 0.58 | 0.48 |
| Hex | 5D | C0 | 33 | 34 | 0 | 49 | 19 | 66 | 3A | 30 |
| Octal | 135 | 300 | 63 | 64 | 0 | 111 | 31 | 146 | 72 | 60 |
| Binary | 1011101 | 11000000 | 110011 | 110100 | 0 | 1001001 | 11001 | 1100110 | 111010 | 110000 |
Color Harmonies of #5DC033
Complementary color
Monochromatic Colors of #5DC033
Black with #5DC033
Text Example
Text Example
White with #5DC033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC033; }
p { color: rgb(93,192,51); }
H1.HeaderClassName
{
color: #5DC033;
}
.AnyTagClassName
{
color: #5DC033;
}
</style>
background-color css
<style>
a { background-color: #5DC033; }
a { background-color: rgb(93,192,51); }
div.DivClassName
{
background-color: #5DC033;
}
.BgClassName
{
background-color: #5DC033;
}
</style>
border-color css
<style>
span { border-color: #5DC033; }
span { border-color: rgb(93,192,51); }
td.TdClassName
{
border-color: #5DC033;
}
.TagClassName
{
border-color: #5DC033;
}
</style>