Shades of Apple #5DC53D
Tints of Apple #5DC53D
RGB
CMYK
RGB Variations
Color information
#5DC53D (or 0x5DC53D) is known color: Apple. HEX triplet: 5D, C5 and 3D. RGB value is (93,197,61). Sum of RGB (Red+Green+Blue) = 93+197+61=351 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.50% from 351); Green value is 197 (77.34% from 255 or 56.13% from 351); Blue value is 61 (24.22% from 255 or 17.38% from 351); Max value from RGB is 197 - color contains mainly: green. Hex color #5DC53D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC53D is #A23AC2. Grayscale: #969696. Windows color (decimal): -10631875 or 4048221. OLE color: 4048221.
HSL color Cylindrical-coordinate representation of color #5DC53D: hue angle of 105.88º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5DC53D is Cyan = 0.53, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 93 | 197 | 61 | - |
| CMYK | 0.53 | 0 | 0.69 | 0.23 |
| HSL | 105.88º | 0.54% | 0.51% | - |
| HSV(B) | 105.88º | 0.69% | 0.77% | - |
| XYZ | 25.32 | 42.6 | 11.3 | - |
| YUV | 150.4 | 77.54 | 87.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 197 | 61 | 0.53 | 0 | 0.69 | 0.23 | 105.88 | 0.54 | 0.51 |
| Hex | 5D | C5 | 3D | 35 | 0 | 45 | 17 | 6A | 36 | 33 |
| Octal | 135 | 305 | 75 | 65 | 0 | 105 | 27 | 152 | 66 | 63 |
| Binary | 1011101 | 11000101 | 111101 | 110101 | 0 | 1000101 | 10111 | 1101010 | 110110 | 110011 |
Color Harmonies of #5DC53D
Complementary color
Monochromatic Colors of #5DC53D
Black with #5DC53D
Text Example
Text Example
White with #5DC53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC53D; }
p { color: rgb(93,197,61); }
H1.HeaderClassName
{
color: #5DC53D;
}
.AnyTagClassName
{
color: #5DC53D;
}
</style>
background-color css
<style>
a { background-color: #5DC53D; }
a { background-color: rgb(93,197,61); }
div.DivClassName
{
background-color: #5DC53D;
}
.BgClassName
{
background-color: #5DC53D;
}
</style>
border-color css
<style>
span { border-color: #5DC53D; }
span { border-color: rgb(93,197,61); }
td.TdClassName
{
border-color: #5DC53D;
}
.TagClassName
{
border-color: #5DC53D;
}
</style>