Shades of Apple #5DCD3C
Tints of Apple #5DCD3C
RGB
CMYK
RGB Variations
Color information
#5DCD3C (or 0x5DCD3C) is known color: Apple. HEX triplet: 5D, CD and 3C. RGB value is (93,205,60). Sum of RGB (Red+Green+Blue) = 93+205+60=358 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.98% from 358); Green value is 205 (80.47% from 255 or 57.26% from 358); Blue value is 60 (23.83% from 255 or 16.76% from 358); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCD3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DCD3C is #A232C3. Grayscale: #9B9B9B. Windows color (decimal): -10629828 or 3984733. OLE color: 3984733.
HSL color Cylindrical-coordinate representation of color #5DCD3C: hue angle of 106.34º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5DCD3C is Cyan = 0.55, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 205 | 60 | - |
| CMYK | 0.55 | 0 | 0.71 | 0.20 |
| HSL | 106.34º | 0.59% | 0.52% | - |
| HSV(B) | 106.34º | 0.71% | 0.8% | - |
| XYZ | 27.16 | 46.32 | 11.78 | - |
| YUV | 154.98 | 74.39 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 205 | 60 | 0.55 | 0 | 0.71 | 0.20 | 106.34 | 0.59 | 0.52 |
| Hex | 5D | CD | 3C | 37 | 0 | 47 | 14 | 6A | 3B | 34 |
| Octal | 135 | 315 | 74 | 67 | 0 | 107 | 24 | 152 | 73 | 64 |
| Binary | 1011101 | 11001101 | 111100 | 110111 | 0 | 1000111 | 10100 | 1101010 | 111011 | 110100 |
Color Harmonies of #5DCD3C
Complementary color
Monochromatic Colors of #5DCD3C
Black with #5DCD3C
Text Example
Text Example
White with #5DCD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCD3C; }
p { color: rgb(93,205,60); }
H1.HeaderClassName
{
color: #5DCD3C;
}
.AnyTagClassName
{
color: #5DCD3C;
}
</style>
background-color css
<style>
a { background-color: #5DCD3C; }
a { background-color: rgb(93,205,60); }
div.DivClassName
{
background-color: #5DCD3C;
}
.BgClassName
{
background-color: #5DCD3C;
}
</style>
border-color css
<style>
span { border-color: #5DCD3C; }
span { border-color: rgb(93,205,60); }
td.TdClassName
{
border-color: #5DCD3C;
}
.TagClassName
{
border-color: #5DCD3C;
}
</style>