Shades of Apple #5DD33E
Tints of Apple #5DD33E
RGB
CMYK
RGB Variations
Color information
#5DD33E (or 0x5DD33E) is known color: Apple. HEX triplet: 5D, D3 and 3E. RGB value is (93,211,62). Sum of RGB (Red+Green+Blue) = 93+211+62=366 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.41% from 366); Green value is 211 (82.81% from 255 or 57.65% from 366); Blue value is 62 (24.61% from 255 or 16.94% from 366); Max value from RGB is 211 - color contains mainly: green. Hex color #5DD33E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD33E is #A22CC1. Grayscale: #9F9F9F. Windows color (decimal): -10628290 or 4117341. OLE color: 4117341.
HSL color Cylindrical-coordinate representation of color #5DD33E: hue angle of 107.52º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5DD33E is Cyan = 0.56, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 93 | 211 | 62 | - |
| CMYK | 0.56 | 0 | 0.71 | 0.17 |
| HSL | 107.52º | 0.63% | 0.54% | - |
| HSV(B) | 107.52º | 0.71% | 0.83% | - |
| XYZ | 28.68 | 49.26 | 12.55 | - |
| YUV | 158.73 | 73.41 | 81.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 211 | 62 | 0.56 | 0 | 0.71 | 0.17 | 107.52 | 0.63 | 0.54 |
| Hex | 5D | D3 | 3E | 38 | 0 | 47 | 11 | 6C | 3F | 36 |
| Octal | 135 | 323 | 76 | 70 | 0 | 107 | 21 | 154 | 77 | 66 |
| Binary | 1011101 | 11010011 | 111110 | 111000 | 0 | 1000111 | 10001 | 1101100 | 111111 | 110110 |
Color Harmonies of #5DD33E
Complementary color
Monochromatic Colors of #5DD33E
Black with #5DD33E
Text Example
Text Example
White with #5DD33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD33E; }
p { color: rgb(93,211,62); }
H1.HeaderClassName
{
color: #5DD33E;
}
.AnyTagClassName
{
color: #5DD33E;
}
</style>
background-color css
<style>
a { background-color: #5DD33E; }
a { background-color: rgb(93,211,62); }
div.DivClassName
{
background-color: #5DD33E;
}
.BgClassName
{
background-color: #5DD33E;
}
</style>
border-color css
<style>
span { border-color: #5DD33E; }
span { border-color: rgb(93,211,62); }
td.TdClassName
{
border-color: #5DD33E;
}
.TagClassName
{
border-color: #5DD33E;
}
</style>