Shades of Apple #5DC446
Tints of Apple #5DC446
RGB
CMYK
RGB Variations
Color information
#5DC446 (or 0x5DC446) is known color: Apple. HEX triplet: 5D, C4 and 46. RGB value is (93,196,70). Sum of RGB (Red+Green+Blue) = 93+196+70=359 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.91% from 359); Green value is 196 (76.95% from 255 or 54.60% from 359); Blue value is 70 (27.73% from 255 or 19.50% from 359); Max value from RGB is 196 - color contains mainly: green. Hex color #5DC446 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC446 is #A23BB9. Grayscale: #979797. Windows color (decimal): -10632122 or 4637789. OLE color: 4637789.
HSL color Cylindrical-coordinate representation of color #5DC446: hue angle of 109.05º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5DC446 is Cyan = 0.53, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 93 | 196 | 70 | - |
| CMYK | 0.53 | 0 | 0.64 | 0.23 |
| HSL | 109.05º | 0.52% | 0.52% | - |
| HSV(B) | 109.05º | 0.64% | 0.77% | - |
| XYZ | 25.36 | 42.25 | 12.61 | - |
| YUV | 150.84 | 82.38 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 196 | 70 | 0.53 | 0 | 0.64 | 0.23 | 109.05 | 0.52 | 0.52 |
| Hex | 5D | C4 | 46 | 35 | 0 | 40 | 17 | 6D | 34 | 34 |
| Octal | 135 | 304 | 106 | 65 | 0 | 100 | 27 | 155 | 64 | 64 |
| Binary | 1011101 | 11000100 | 1000110 | 110101 | 0 | 1000000 | 10111 | 1101101 | 110100 | 110100 |
Color Harmonies of #5DC446
Complementary color
Monochromatic Colors of #5DC446
Black with #5DC446
Text Example
Text Example
White with #5DC446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC446; }
p { color: rgb(93,196,70); }
H1.HeaderClassName
{
color: #5DC446;
}
.AnyTagClassName
{
color: #5DC446;
}
</style>
background-color css
<style>
a { background-color: #5DC446; }
a { background-color: rgb(93,196,70); }
div.DivClassName
{
background-color: #5DC446;
}
.BgClassName
{
background-color: #5DC446;
}
</style>
border-color css
<style>
span { border-color: #5DC446; }
span { border-color: rgb(93,196,70); }
td.TdClassName
{
border-color: #5DC446;
}
.TagClassName
{
border-color: #5DC446;
}
</style>