Shades of Apple #5DC353
Tints of Apple #5DC353
RGB
CMYK
RGB Variations
Color information
#5DC353 (or 0x5DC353) is known color: Apple. HEX triplet: 5D, C3 and 53. RGB value is (93,195,83). Sum of RGB (Red+Green+Blue) = 93+195+83=371 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.07% from 371); Green value is 195 (76.56% from 255 or 52.56% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 195 - color contains mainly: green. Hex color #5DC353 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC353 is #A23CAC. Grayscale: #989898. Windows color (decimal): -10632365 or 5489501. OLE color: 5489501.
HSL color Cylindrical-coordinate representation of color #5DC353: hue angle of 114.64º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DC353 is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 93 | 195 | 83 | - |
| CMYK | 0.52 | 0 | 0.57 | 0.24 |
| HSL | 114.64º | 0.48% | 0.55% | - |
| HSV(B) | 114.64º | 0.57% | 0.76% | - |
| XYZ | 25.59 | 41.98 | 14.94 | - |
| YUV | 151.73 | 89.21 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 195 | 83 | 0.52 | 0 | 0.57 | 0.24 | 114.64 | 0.48 | 0.55 |
| Hex | 5D | C3 | 53 | 34 | 0 | 39 | 18 | 73 | 30 | 37 |
| Octal | 135 | 303 | 123 | 64 | 0 | 71 | 30 | 163 | 60 | 67 |
| Binary | 1011101 | 11000011 | 1010011 | 110100 | 0 | 111001 | 11000 | 1110011 | 110000 | 110111 |
Color Harmonies of #5DC353
Complementary color
Monochromatic Colors of #5DC353
Black with #5DC353
Text Example
Text Example
White with #5DC353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC353; }
p { color: rgb(93,195,83); }
H1.HeaderClassName
{
color: #5DC353;
}
.AnyTagClassName
{
color: #5DC353;
}
</style>
background-color css
<style>
a { background-color: #5DC353; }
a { background-color: rgb(93,195,83); }
div.DivClassName
{
background-color: #5DC353;
}
.BgClassName
{
background-color: #5DC353;
}
</style>
border-color css
<style>
span { border-color: #5DC353; }
span { border-color: rgb(93,195,83); }
td.TdClassName
{
border-color: #5DC353;
}
.TagClassName
{
border-color: #5DC353;
}
</style>