Shades of Apple #5DCD3F
Tints of Apple #5DCD3F
RGB
CMYK
RGB Variations
Color information
#5DCD3F (or 0x5DCD3F) is known color: Apple. HEX triplet: 5D, CD and 3F. RGB value is (93,205,63). Sum of RGB (Red+Green+Blue) = 93+205+63=361 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.76% from 361); Green value is 205 (80.47% from 255 or 56.79% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCD3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DCD3F is #A232C0. Grayscale: #9B9B9B. Windows color (decimal): -10629825 or 4181341. OLE color: 4181341.
HSL color Cylindrical-coordinate representation of color #5DCD3F: hue angle of 107.32º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5DCD3F is Cyan = 0.55, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 205 | 63 | - |
| CMYK | 0.55 | 0 | 0.69 | 0.20 |
| HSL | 107.32º | 0.59% | 0.53% | - |
| HSV(B) | 107.32º | 0.69% | 0.8% | - |
| XYZ | 27.24 | 46.35 | 12.21 | - |
| YUV | 155.32 | 75.89 | 83.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 205 | 63 | 0.55 | 0 | 0.69 | 0.20 | 107.32 | 0.59 | 0.53 |
| Hex | 5D | CD | 3F | 37 | 0 | 45 | 14 | 6B | 3B | 35 |
| Octal | 135 | 315 | 77 | 67 | 0 | 105 | 24 | 153 | 73 | 65 |
| Binary | 1011101 | 11001101 | 111111 | 110111 | 0 | 1000101 | 10100 | 1101011 | 111011 | 110101 |
Color Harmonies of #5DCD3F
Complementary color
Monochromatic Colors of #5DCD3F
Black with #5DCD3F
Text Example
Text Example
White with #5DCD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCD3F; }
p { color: rgb(93,205,63); }
H1.HeaderClassName
{
color: #5DCD3F;
}
.AnyTagClassName
{
color: #5DCD3F;
}
</style>
background-color css
<style>
a { background-color: #5DCD3F; }
a { background-color: rgb(93,205,63); }
div.DivClassName
{
background-color: #5DCD3F;
}
.BgClassName
{
background-color: #5DCD3F;
}
</style>
border-color css
<style>
span { border-color: #5DCD3F; }
span { border-color: rgb(93,205,63); }
td.TdClassName
{
border-color: #5DCD3F;
}
.TagClassName
{
border-color: #5DCD3F;
}
</style>