Shades of Apple #5DC745
Tints of Apple #5DC745
RGB
CMYK
RGB Variations
Color information
#5DC745 (or 0x5DC745) is known color: Apple. HEX triplet: 5D, C7 and 45. RGB value is (93,199,69). Sum of RGB (Red+Green+Blue) = 93+199+69=361 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.76% from 361); Green value is 199 (78.12% from 255 or 55.12% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 199 - color contains mainly: green. Hex color #5DC745 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC745 is #A238BA. Grayscale: #989898. Windows color (decimal): -10631355 or 4573021. OLE color: 4573021.
HSL color Cylindrical-coordinate representation of color #5DC745: hue angle of 108.92º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5DC745 is Cyan = 0.53, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 93 | 199 | 69 | - |
| CMYK | 0.53 | 0 | 0.65 | 0.22 |
| HSL | 108.92º | 0.54% | 0.53% | - |
| HSV(B) | 108.92º | 0.65% | 0.78% | - |
| XYZ | 26.01 | 43.6 | 12.68 | - |
| YUV | 152.49 | 80.88 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 199 | 69 | 0.53 | 0 | 0.65 | 0.22 | 108.92 | 0.54 | 0.53 |
| Hex | 5D | C7 | 45 | 35 | 0 | 41 | 16 | 6D | 36 | 35 |
| Octal | 135 | 307 | 105 | 65 | 0 | 101 | 26 | 155 | 66 | 65 |
| Binary | 1011101 | 11000111 | 1000101 | 110101 | 0 | 1000001 | 10110 | 1101101 | 110110 | 110101 |
Color Harmonies of #5DC745
Complementary color
Monochromatic Colors of #5DC745
Black with #5DC745
Text Example
Text Example
White with #5DC745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC745; }
p { color: rgb(93,199,69); }
H1.HeaderClassName
{
color: #5DC745;
}
.AnyTagClassName
{
color: #5DC745;
}
</style>
background-color css
<style>
a { background-color: #5DC745; }
a { background-color: rgb(93,199,69); }
div.DivClassName
{
background-color: #5DC745;
}
.BgClassName
{
background-color: #5DC745;
}
</style>
border-color css
<style>
span { border-color: #5DC745; }
span { border-color: rgb(93,199,69); }
td.TdClassName
{
border-color: #5DC745;
}
.TagClassName
{
border-color: #5DC745;
}
</style>