Shades of Apple #5DC43D
Tints of Apple #5DC43D
RGB
CMYK
RGB Variations
Color information
#5DC43D (or 0x5DC43D) is known color: Apple. HEX triplet: 5D, C4 and 3D. RGB value is (93,196,61). Sum of RGB (Red+Green+Blue) = 93+196+61=350 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.57% from 350); Green value is 196 (76.95% from 255 or 56% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 196 - color contains mainly: green. Hex color #5DC43D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC43D is #A23BC2. Grayscale: #969696. Windows color (decimal): -10632131 or 4047965. OLE color: 4047965.
HSL color Cylindrical-coordinate representation of color #5DC43D: hue angle of 105.78º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5DC43D is Cyan = 0.53, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 93 | 196 | 61 | - |
| CMYK | 0.53 | 0 | 0.69 | 0.23 |
| HSL | 105.78º | 0.53% | 0.5% | - |
| HSV(B) | 105.78º | 0.69% | 0.77% | - |
| XYZ | 25.1 | 42.14 | 11.23 | - |
| YUV | 149.81 | 77.88 | 87.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 196 | 61 | 0.53 | 0 | 0.69 | 0.23 | 105.78 | 0.53 | 0.5 |
| Hex | 5D | C4 | 3D | 35 | 0 | 45 | 17 | 6A | 35 | 32 |
| Octal | 135 | 304 | 75 | 65 | 0 | 105 | 27 | 152 | 65 | 62 |
| Binary | 1011101 | 11000100 | 111101 | 110101 | 0 | 1000101 | 10111 | 1101010 | 110101 | 110010 |
Color Harmonies of #5DC43D
Complementary color
Monochromatic Colors of #5DC43D
Black with #5DC43D
Text Example
Text Example
White with #5DC43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC43D; }
p { color: rgb(93,196,61); }
H1.HeaderClassName
{
color: #5DC43D;
}
.AnyTagClassName
{
color: #5DC43D;
}
</style>
background-color css
<style>
a { background-color: #5DC43D; }
a { background-color: rgb(93,196,61); }
div.DivClassName
{
background-color: #5DC43D;
}
.BgClassName
{
background-color: #5DC43D;
}
</style>
border-color css
<style>
span { border-color: #5DC43D; }
span { border-color: rgb(93,196,61); }
td.TdClassName
{
border-color: #5DC43D;
}
.TagClassName
{
border-color: #5DC43D;
}
</style>