Shades of Apple #5DC044
Tints of Apple #5DC044
RGB
CMYK
RGB Variations
Color information
#5DC044 (or 0x5DC044) is known color: Apple. HEX triplet: 5D, C0 and 44. RGB value is (93,192,68). Sum of RGB (Red+Green+Blue) = 93+192+68=353 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.35% from 353); Green value is 192 (75.39% from 255 or 54.39% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 192 - color contains mainly: green. Hex color #5DC044 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC044 is #A23FBB. Grayscale: #949494. Windows color (decimal): -10633148 or 4505693. OLE color: 4505693.
HSL color Cylindrical-coordinate representation of color #5DC044: hue angle of 107.9º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5DC044 is Cyan = 0.52, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 192 | 68 | - |
| CMYK | 0.52 | 0 | 0.65 | 0.25 |
| HSL | 107.9º | 0.5% | 0.51% | - |
| HSV(B) | 107.9º | 0.65% | 0.75% | - |
| XYZ | 24.41 | 40.44 | 11.99 | - |
| YUV | 148.26 | 82.7 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 192 | 68 | 0.52 | 0 | 0.65 | 0.25 | 107.9 | 0.5 | 0.51 |
| Hex | 5D | C0 | 44 | 34 | 0 | 41 | 19 | 6C | 32 | 33 |
| Octal | 135 | 300 | 104 | 64 | 0 | 101 | 31 | 154 | 62 | 63 |
| Binary | 1011101 | 11000000 | 1000100 | 110100 | 0 | 1000001 | 11001 | 1101100 | 110010 | 110011 |
Color Harmonies of #5DC044
Complementary color
Monochromatic Colors of #5DC044
Black with #5DC044
Text Example
Text Example
White with #5DC044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC044; }
p { color: rgb(93,192,68); }
H1.HeaderClassName
{
color: #5DC044;
}
.AnyTagClassName
{
color: #5DC044;
}
</style>
background-color css
<style>
a { background-color: #5DC044; }
a { background-color: rgb(93,192,68); }
div.DivClassName
{
background-color: #5DC044;
}
.BgClassName
{
background-color: #5DC044;
}
</style>
border-color css
<style>
span { border-color: #5DC044; }
span { border-color: rgb(93,192,68); }
td.TdClassName
{
border-color: #5DC044;
}
.TagClassName
{
border-color: #5DC044;
}
</style>