Shades of Apple #5DD540
Tints of Apple #5DD540
RGB
CMYK
RGB Variations
Color information
#5DD540 (or 0x5DD540) is known color: Apple. HEX triplet: 5D, D5 and 40. RGB value is (93,213,64). Sum of RGB (Red+Green+Blue) = 93+213+64=370 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.14% from 370); Green value is 213 (83.59% from 255 or 57.57% from 370); Blue value is 64 (25.39% from 255 or 17.30% from 370); Max value from RGB is 213 - color contains mainly: green. Hex color #5DD540 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD540 is #A22ABF. Grayscale: #A0A0A0. Windows color (decimal): -10627776 or 4248925. OLE color: 4248925.
HSL color Cylindrical-coordinate representation of color #5DD540: hue angle of 108.32º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5DD540 is Cyan = 0.56, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 213 | 64 | - |
| CMYK | 0.56 | 0 | 0.70 | 0.16 |
| HSL | 108.32º | 0.64% | 0.54% | - |
| HSV(B) | 108.32º | 0.7% | 0.84% | - |
| XYZ | 29.23 | 50.29 | 13.02 | - |
| YUV | 160.13 | 73.74 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 213 | 64 | 0.56 | 0 | 0.70 | 0.16 | 108.32 | 0.64 | 0.54 |
| Hex | 5D | D5 | 40 | 38 | 0 | 46 | 10 | 6C | 40 | 36 |
| Octal | 135 | 325 | 100 | 70 | 0 | 106 | 20 | 154 | 100 | 66 |
| Binary | 1011101 | 11010101 | 1000000 | 111000 | 0 | 1000110 | 10000 | 1101100 | 1000000 | 110110 |
Color Harmonies of #5DD540
Complementary color
Monochromatic Colors of #5DD540
Black with #5DD540
Text Example
Text Example
White with #5DD540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD540; }
p { color: rgb(93,213,64); }
H1.HeaderClassName
{
color: #5DD540;
}
.AnyTagClassName
{
color: #5DD540;
}
</style>
background-color css
<style>
a { background-color: #5DD540; }
a { background-color: rgb(93,213,64); }
div.DivClassName
{
background-color: #5DD540;
}
.BgClassName
{
background-color: #5DD540;
}
</style>
border-color css
<style>
span { border-color: #5DD540; }
span { border-color: rgb(93,213,64); }
td.TdClassName
{
border-color: #5DD540;
}
.TagClassName
{
border-color: #5DD540;
}
</style>