Shades of Apple #5DC852
Tints of Apple #5DC852
RGB
CMYK
RGB Variations
Color information
#5DC852 (or 0x5DC852) is known color: Apple. HEX triplet: 5D, C8 and 52. RGB value is (93,200,82). Sum of RGB (Red+Green+Blue) = 93+200+82=375 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.8% from 375); Green value is 200 (78.52% from 255 or 53.33% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 200 - color contains mainly: green. Hex color #5DC852 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC852 is #A237AD. Grayscale: #9A9A9A. Windows color (decimal): -10631086 or 5425245. OLE color: 5425245.
HSL color Cylindrical-coordinate representation of color #5DC852: hue angle of 114.41º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DC852 is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 93 | 200 | 82 | - |
| CMYK | 0.54 | 0 | 0.59 | 0.22 |
| HSL | 114.41º | 0.52% | 0.55% | - |
| HSV(B) | 114.41º | 0.59% | 0.78% | - |
| XYZ | 26.69 | 44.24 | 15.12 | - |
| YUV | 154.56 | 87.05 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 200 | 82 | 0.54 | 0 | 0.59 | 0.22 | 114.41 | 0.52 | 0.55 |
| Hex | 5D | C8 | 52 | 36 | 0 | 3B | 16 | 72 | 34 | 37 |
| Octal | 135 | 310 | 122 | 66 | 0 | 73 | 26 | 162 | 64 | 67 |
| Binary | 1011101 | 11001000 | 1010010 | 110110 | 0 | 111011 | 10110 | 1110010 | 110100 | 110111 |
Color Harmonies of #5DC852
Complementary color
Monochromatic Colors of #5DC852
Black with #5DC852
Text Example
Text Example
White with #5DC852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC852; }
p { color: rgb(93,200,82); }
H1.HeaderClassName
{
color: #5DC852;
}
.AnyTagClassName
{
color: #5DC852;
}
</style>
background-color css
<style>
a { background-color: #5DC852; }
a { background-color: rgb(93,200,82); }
div.DivClassName
{
background-color: #5DC852;
}
.BgClassName
{
background-color: #5DC852;
}
</style>
border-color css
<style>
span { border-color: #5DC852; }
span { border-color: rgb(93,200,82); }
td.TdClassName
{
border-color: #5DC852;
}
.TagClassName
{
border-color: #5DC852;
}
</style>