Shades of Apple #5DC952
Tints of Apple #5DC952
RGB
CMYK
RGB Variations
Color information
#5DC952 (or 0x5DC952) is known color: Apple. HEX triplet: 5D, C9 and 52. RGB value is (93,201,82). Sum of RGB (Red+Green+Blue) = 93+201+82=376 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.73% from 376); Green value is 201 (78.91% from 255 or 53.46% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 201 - color contains mainly: green. Hex color #5DC952 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC952 is #A236AD. Grayscale: #9B9B9B. Windows color (decimal): -10630830 or 5425501. OLE color: 5425501.
HSL color Cylindrical-coordinate representation of color #5DC952: hue angle of 114.45º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DC952 is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 93 | 201 | 82 | - |
| CMYK | 0.54 | 0 | 0.59 | 0.21 |
| HSL | 114.45º | 0.52% | 0.55% | - |
| HSV(B) | 114.45º | 0.59% | 0.79% | - |
| XYZ | 26.92 | 44.71 | 15.19 | - |
| YUV | 155.14 | 86.72 | 83.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 201 | 82 | 0.54 | 0 | 0.59 | 0.21 | 114.45 | 0.52 | 0.55 |
| Hex | 5D | C9 | 52 | 36 | 0 | 3B | 15 | 72 | 34 | 37 |
| Octal | 135 | 311 | 122 | 66 | 0 | 73 | 25 | 162 | 64 | 67 |
| Binary | 1011101 | 11001001 | 1010010 | 110110 | 0 | 111011 | 10101 | 1110010 | 110100 | 110111 |
Color Harmonies of #5DC952
Complementary color
Monochromatic Colors of #5DC952
Black with #5DC952
Text Example
Text Example
White with #5DC952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC952; }
p { color: rgb(93,201,82); }
H1.HeaderClassName
{
color: #5DC952;
}
.AnyTagClassName
{
color: #5DC952;
}
</style>
background-color css
<style>
a { background-color: #5DC952; }
a { background-color: rgb(93,201,82); }
div.DivClassName
{
background-color: #5DC952;
}
.BgClassName
{
background-color: #5DC952;
}
</style>
border-color css
<style>
span { border-color: #5DC952; }
span { border-color: rgb(93,201,82); }
td.TdClassName
{
border-color: #5DC952;
}
.TagClassName
{
border-color: #5DC952;
}
</style>