Shades of Apple #5DC048
Tints of Apple #5DC048
RGB
CMYK
RGB Variations
Color information
#5DC048 (or 0x5DC048) is known color: Apple. HEX triplet: 5D, C0 and 48. RGB value is (93,192,72). Sum of RGB (Red+Green+Blue) = 93+192+72=357 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.05% from 357); Green value is 192 (75.39% from 255 or 53.78% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 192 - color contains mainly: green. Hex color #5DC048 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC048 is #A23FB7. Grayscale: #959595. Windows color (decimal): -10633144 or 4767837. OLE color: 4767837.
HSL color Cylindrical-coordinate representation of color #5DC048: hue angle of 109.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DC048 is Cyan = 0.52, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 192 | 72 | - |
| CMYK | 0.52 | 0 | 0.63 | 0.25 |
| HSL | 109.5º | 0.49% | 0.52% | - |
| HSV(B) | 109.5º | 0.63% | 0.75% | - |
| XYZ | 24.53 | 40.49 | 12.65 | - |
| YUV | 148.72 | 84.7 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 192 | 72 | 0.52 | 0 | 0.63 | 0.25 | 109.5 | 0.49 | 0.52 |
| Hex | 5D | C0 | 48 | 34 | 0 | 3F | 19 | 6E | 31 | 34 |
| Octal | 135 | 300 | 110 | 64 | 0 | 77 | 31 | 156 | 61 | 64 |
| Binary | 1011101 | 11000000 | 1001000 | 110100 | 0 | 111111 | 11001 | 1101110 | 110001 | 110100 |
Color Harmonies of #5DC048
Complementary color
Monochromatic Colors of #5DC048
Black with #5DC048
Text Example
Text Example
White with #5DC048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC048; }
p { color: rgb(93,192,72); }
H1.HeaderClassName
{
color: #5DC048;
}
.AnyTagClassName
{
color: #5DC048;
}
</style>
background-color css
<style>
a { background-color: #5DC048; }
a { background-color: rgb(93,192,72); }
div.DivClassName
{
background-color: #5DC048;
}
.BgClassName
{
background-color: #5DC048;
}
</style>
border-color css
<style>
span { border-color: #5DC048; }
span { border-color: rgb(93,192,72); }
td.TdClassName
{
border-color: #5DC048;
}
.TagClassName
{
border-color: #5DC048;
}
</style>