Shades of Apple #5DC355
Tints of Apple #5DC355
RGB
CMYK
RGB Variations
Color information
#5DC355 (or 0x5DC355) is known color: Apple. HEX triplet: 5D, C3 and 55. RGB value is (93,195,85). Sum of RGB (Red+Green+Blue) = 93+195+85=373 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.93% from 373); Green value is 195 (76.56% from 255 or 52.28% from 373); Blue value is 85 (33.59% from 255 or 22.79% from 373); Max value from RGB is 195 - color contains mainly: green. Hex color #5DC355 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC355 is #A23CAA. Grayscale: #989898. Windows color (decimal): -10632363 or 5620573. OLE color: 5620573.
HSL color Cylindrical-coordinate representation of color #5DC355: hue angle of 115.64º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5DC355 is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 93 | 195 | 85 | - |
| CMYK | 0.52 | 0 | 0.56 | 0.24 |
| HSL | 115.64º | 0.48% | 0.55% | - |
| HSV(B) | 115.64º | 0.56% | 0.76% | - |
| XYZ | 25.67 | 42.01 | 15.35 | - |
| YUV | 151.96 | 90.21 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 195 | 85 | 0.52 | 0 | 0.56 | 0.24 | 115.64 | 0.48 | 0.55 |
| Hex | 5D | C3 | 55 | 34 | 0 | 38 | 18 | 74 | 30 | 37 |
| Octal | 135 | 303 | 125 | 64 | 0 | 70 | 30 | 164 | 60 | 67 |
| Binary | 1011101 | 11000011 | 1010101 | 110100 | 0 | 111000 | 11000 | 1110100 | 110000 | 110111 |
Color Harmonies of #5DC355
Complementary color
Monochromatic Colors of #5DC355
Black with #5DC355
Text Example
Text Example
White with #5DC355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC355; }
p { color: rgb(93,195,85); }
H1.HeaderClassName
{
color: #5DC355;
}
.AnyTagClassName
{
color: #5DC355;
}
</style>
background-color css
<style>
a { background-color: #5DC355; }
a { background-color: rgb(93,195,85); }
div.DivClassName
{
background-color: #5DC355;
}
.BgClassName
{
background-color: #5DC355;
}
</style>
border-color css
<style>
span { border-color: #5DC355; }
span { border-color: rgb(93,195,85); }
td.TdClassName
{
border-color: #5DC355;
}
.TagClassName
{
border-color: #5DC355;
}
</style>