Shades of Apple #5DC43F
Tints of Apple #5DC43F
RGB
CMYK
RGB Variations
Color information
#5DC43F (or 0x5DC43F) is known color: Apple. HEX triplet: 5D, C4 and 3F. RGB value is (93,196,63). Sum of RGB (Red+Green+Blue) = 93+196+63=352 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.42% from 352); Green value is 196 (76.95% from 255 or 55.68% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 196 - color contains mainly: green. Hex color #5DC43F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC43F is #A23BC0. Grayscale: #969696. Windows color (decimal): -10632129 or 4179037. OLE color: 4179037.
HSL color Cylindrical-coordinate representation of color #5DC43F: hue angle of 106.47º degrees, saturation: 0.53, 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 #5DC43F is Cyan = 0.53, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 93 | 196 | 63 | - |
| CMYK | 0.53 | 0 | 0.68 | 0.23 |
| HSL | 106.47º | 0.53% | 0.51% | - |
| HSV(B) | 106.47º | 0.68% | 0.77% | - |
| XYZ | 25.15 | 42.17 | 11.52 | - |
| YUV | 150.04 | 78.88 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 196 | 63 | 0.53 | 0 | 0.68 | 0.23 | 106.47 | 0.53 | 0.51 |
| Hex | 5D | C4 | 3F | 35 | 0 | 44 | 17 | 6A | 35 | 33 |
| Octal | 135 | 304 | 77 | 65 | 0 | 104 | 27 | 152 | 65 | 63 |
| Binary | 1011101 | 11000100 | 111111 | 110101 | 0 | 1000100 | 10111 | 1101010 | 110101 | 110011 |
Color Harmonies of #5DC43F
Complementary color
Monochromatic Colors of #5DC43F
Black with #5DC43F
Text Example
Text Example
White with #5DC43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC43F; }
p { color: rgb(93,196,63); }
H1.HeaderClassName
{
color: #5DC43F;
}
.AnyTagClassName
{
color: #5DC43F;
}
</style>
background-color css
<style>
a { background-color: #5DC43F; }
a { background-color: rgb(93,196,63); }
div.DivClassName
{
background-color: #5DC43F;
}
.BgClassName
{
background-color: #5DC43F;
}
</style>
border-color css
<style>
span { border-color: #5DC43F; }
span { border-color: rgb(93,196,63); }
td.TdClassName
{
border-color: #5DC43F;
}
.TagClassName
{
border-color: #5DC43F;
}
</style>