Shades of Apple #5DCD4F
Tints of Apple #5DCD4F
RGB
CMYK
RGB Variations
Color information
#5DCD4F (or 0x5DCD4F) is known color: Apple. HEX triplet: 5D, CD and 4F. RGB value is (93,205,79). Sum of RGB (Red+Green+Blue) = 93+205+79=377 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.67% from 377); Green value is 205 (80.47% from 255 or 54.38% from 377); Blue value is 79 (31.25% from 255 or 20.95% from 377); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCD4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DCD4F is #A232B0. Grayscale: #9D9D9D. Windows color (decimal): -10629809 or 5229917. OLE color: 5229917.
HSL color Cylindrical-coordinate representation of color #5DCD4F: hue angle of 113.33º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DCD4F is Cyan = 0.55, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 205 | 79 | - |
| CMYK | 0.55 | 0 | 0.61 | 0.20 |
| HSL | 113.33º | 0.56% | 0.56% | - |
| HSV(B) | 113.33º | 0.61% | 0.8% | - |
| XYZ | 27.76 | 46.55 | 14.92 | - |
| YUV | 157.15 | 83.89 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 205 | 79 | 0.55 | 0 | 0.61 | 0.20 | 113.33 | 0.56 | 0.56 |
| Hex | 5D | CD | 4F | 37 | 0 | 3D | 14 | 71 | 38 | 38 |
| Octal | 135 | 315 | 117 | 67 | 0 | 75 | 24 | 161 | 70 | 70 |
| Binary | 1011101 | 11001101 | 1001111 | 110111 | 0 | 111101 | 10100 | 1110001 | 111000 | 111000 |
Color Harmonies of #5DCD4F
Complementary color
Monochromatic Colors of #5DCD4F
Black with #5DCD4F
Text Example
Text Example
White with #5DCD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCD4F; }
p { color: rgb(93,205,79); }
H1.HeaderClassName
{
color: #5DCD4F;
}
.AnyTagClassName
{
color: #5DCD4F;
}
</style>
background-color css
<style>
a { background-color: #5DCD4F; }
a { background-color: rgb(93,205,79); }
div.DivClassName
{
background-color: #5DCD4F;
}
.BgClassName
{
background-color: #5DCD4F;
}
</style>
border-color css
<style>
span { border-color: #5DCD4F; }
span { border-color: rgb(93,205,79); }
td.TdClassName
{
border-color: #5DCD4F;
}
.TagClassName
{
border-color: #5DCD4F;
}
</style>