Shades of Apple #5DC53F
Tints of Apple #5DC53F
RGB
CMYK
RGB Variations
Color information
#5DC53F (or 0x5DC53F) is known color: Apple. HEX triplet: 5D, C5 and 3F. RGB value is (93,197,63). Sum of RGB (Red+Green+Blue) = 93+197+63=353 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.35% from 353); Green value is 197 (77.34% from 255 or 55.81% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 197 - color contains mainly: green. Hex color #5DC53F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC53F is #A23AC0. Grayscale: #979797. Windows color (decimal): -10631873 or 4179293. OLE color: 4179293.
HSL color Cylindrical-coordinate representation of color #5DC53F: hue angle of 106.57º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5DC53F is Cyan = 0.53, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 93 | 197 | 63 | - |
| CMYK | 0.53 | 0 | 0.68 | 0.23 |
| HSL | 106.57º | 0.54% | 0.51% | - |
| HSV(B) | 106.57º | 0.68% | 0.77% | - |
| XYZ | 25.38 | 42.62 | 11.59 | - |
| YUV | 150.63 | 78.54 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 197 | 63 | 0.53 | 0 | 0.68 | 0.23 | 106.57 | 0.54 | 0.51 |
| Hex | 5D | C5 | 3F | 35 | 0 | 44 | 17 | 6B | 36 | 33 |
| Octal | 135 | 305 | 77 | 65 | 0 | 104 | 27 | 153 | 66 | 63 |
| Binary | 1011101 | 11000101 | 111111 | 110101 | 0 | 1000100 | 10111 | 1101011 | 110110 | 110011 |
Color Harmonies of #5DC53F
Complementary color
Monochromatic Colors of #5DC53F
Black with #5DC53F
Text Example
Text Example
White with #5DC53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC53F; }
p { color: rgb(93,197,63); }
H1.HeaderClassName
{
color: #5DC53F;
}
.AnyTagClassName
{
color: #5DC53F;
}
</style>
background-color css
<style>
a { background-color: #5DC53F; }
a { background-color: rgb(93,197,63); }
div.DivClassName
{
background-color: #5DC53F;
}
.BgClassName
{
background-color: #5DC53F;
}
</style>
border-color css
<style>
span { border-color: #5DC53F; }
span { border-color: rgb(93,197,63); }
td.TdClassName
{
border-color: #5DC53F;
}
.TagClassName
{
border-color: #5DC53F;
}
</style>