Shades of Apple #5DD33C
Tints of Apple #5DD33C
RGB
CMYK
RGB Variations
Color information
#5DD33C (or 0x5DD33C) is known color: Apple. HEX triplet: 5D, D3 and 3C. RGB value is (93,211,60). Sum of RGB (Red+Green+Blue) = 93+211+60=364 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.55% from 364); Green value is 211 (82.81% from 255 or 57.97% from 364); Blue value is 60 (23.83% from 255 or 16.48% from 364); Max value from RGB is 211 - color contains mainly: green. Hex color #5DD33C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD33C is #A22CC3. Grayscale: #9E9E9E. Windows color (decimal): -10628292 or 3986269. OLE color: 3986269.
HSL color Cylindrical-coordinate representation of color #5DD33C: hue angle of 106.89º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5DD33C is Cyan = 0.56, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 93 | 211 | 60 | - |
| CMYK | 0.56 | 0 | 0.72 | 0.17 |
| HSL | 106.89º | 0.63% | 0.53% | - |
| HSV(B) | 106.89º | 0.72% | 0.83% | - |
| XYZ | 28.62 | 49.24 | 12.27 | - |
| YUV | 158.5 | 72.41 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 211 | 60 | 0.56 | 0 | 0.72 | 0.17 | 106.89 | 0.63 | 0.53 |
| Hex | 5D | D3 | 3C | 38 | 0 | 48 | 11 | 6B | 3F | 35 |
| Octal | 135 | 323 | 74 | 70 | 0 | 110 | 21 | 153 | 77 | 65 |
| Binary | 1011101 | 11010011 | 111100 | 111000 | 0 | 1001000 | 10001 | 1101011 | 111111 | 110101 |
Color Harmonies of #5DD33C
Complementary color
Monochromatic Colors of #5DD33C
Black with #5DD33C
Text Example
Text Example
White with #5DD33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD33C; }
p { color: rgb(93,211,60); }
H1.HeaderClassName
{
color: #5DD33C;
}
.AnyTagClassName
{
color: #5DD33C;
}
</style>
background-color css
<style>
a { background-color: #5DD33C; }
a { background-color: rgb(93,211,60); }
div.DivClassName
{
background-color: #5DD33C;
}
.BgClassName
{
background-color: #5DD33C;
}
</style>
border-color css
<style>
span { border-color: #5DD33C; }
span { border-color: rgb(93,211,60); }
td.TdClassName
{
border-color: #5DD33C;
}
.TagClassName
{
border-color: #5DD33C;
}
</style>