Shades of Apple #5DDA3C
Tints of Apple #5DDA3C
RGB
CMYK
RGB Variations
Color information
#5DDA3C (or 0x5DDA3C) is known color: Apple. HEX triplet: 5D, DA and 3C. RGB value is (93,218,60). Sum of RGB (Red+Green+Blue) = 93+218+60=371 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.07% from 371); Green value is 218 (85.55% from 255 or 58.76% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 218 - color contains mainly: green. Hex color #5DDA3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DDA3C is #A225C3. Grayscale: #A3A3A3. Windows color (decimal): -10626500 or 3988061. OLE color: 3988061.
HSL color Cylindrical-coordinate representation of color #5DDA3C: hue angle of 107.47º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5DDA3C is Cyan = 0.57, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 218 | 60 | - |
| CMYK | 0.57 | 0 | 0.72 | 0.15 |
| HSL | 107.47º | 0.68% | 0.55% | - |
| HSV(B) | 107.47º | 0.72% | 0.85% | - |
| XYZ | 30.4 | 52.8 | 12.86 | - |
| YUV | 162.61 | 70.09 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 218 | 60 | 0.57 | 0 | 0.72 | 0.15 | 107.47 | 0.68 | 0.55 |
| Hex | 5D | DA | 3C | 39 | 0 | 48 | F | 6B | 44 | 37 |
| Octal | 135 | 332 | 74 | 71 | 0 | 110 | 17 | 153 | 104 | 67 |
| Binary | 1011101 | 11011010 | 111100 | 111001 | 0 | 1001000 | 1111 | 1101011 | 1000100 | 110111 |
Color Harmonies of #5DDA3C
Complementary color
Monochromatic Colors of #5DDA3C
Black with #5DDA3C
Text Example
Text Example
White with #5DDA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDA3C; }
p { color: rgb(93,218,60); }
H1.HeaderClassName
{
color: #5DDA3C;
}
.AnyTagClassName
{
color: #5DDA3C;
}
</style>
background-color css
<style>
a { background-color: #5DDA3C; }
a { background-color: rgb(93,218,60); }
div.DivClassName
{
background-color: #5DDA3C;
}
.BgClassName
{
background-color: #5DDA3C;
}
</style>
border-color css
<style>
span { border-color: #5DDA3C; }
span { border-color: rgb(93,218,60); }
td.TdClassName
{
border-color: #5DDA3C;
}
.TagClassName
{
border-color: #5DDA3C;
}
</style>