Shades of Apple #5DD33B
Tints of Apple #5DD33B
RGB
CMYK
RGB Variations
Color information
#5DD33B (or 0x5DD33B) is known color: Apple. HEX triplet: 5D, D3 and 3B. RGB value is (93,211,59). Sum of RGB (Red+Green+Blue) = 93+211+59=363 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.62% from 363); Green value is 211 (82.81% from 255 or 58.13% from 363); Blue value is 59 (23.44% from 255 or 16.25% from 363); Max value from RGB is 211 - color contains mainly: green. Hex color #5DD33B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD33B is #A22CC4. Grayscale: #9E9E9E. Windows color (decimal): -10628293 or 3920733. OLE color: 3920733.
HSL color Cylindrical-coordinate representation of color #5DD33B: hue angle of 106.58º 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 #5DD33B is Cyan = 0.56, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 93 | 211 | 59 | - |
| CMYK | 0.56 | 0 | 0.72 | 0.17 |
| HSL | 106.58º | 0.63% | 0.53% | - |
| HSV(B) | 106.58º | 0.72% | 0.83% | - |
| XYZ | 28.6 | 49.23 | 12.13 | - |
| YUV | 158.39 | 71.91 | 81.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 211 | 59 | 0.56 | 0 | 0.72 | 0.17 | 106.58 | 0.63 | 0.53 |
| Hex | 5D | D3 | 3B | 38 | 0 | 48 | 11 | 6B | 3F | 35 |
| Octal | 135 | 323 | 73 | 70 | 0 | 110 | 21 | 153 | 77 | 65 |
| Binary | 1011101 | 11010011 | 111011 | 111000 | 0 | 1001000 | 10001 | 1101011 | 111111 | 110101 |
Color Harmonies of #5DD33B
Complementary color
Monochromatic Colors of #5DD33B
Black with #5DD33B
Text Example
Text Example
White with #5DD33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD33B; }
p { color: rgb(93,211,59); }
H1.HeaderClassName
{
color: #5DD33B;
}
.AnyTagClassName
{
color: #5DD33B;
}
</style>
background-color css
<style>
a { background-color: #5DD33B; }
a { background-color: rgb(93,211,59); }
div.DivClassName
{
background-color: #5DD33B;
}
.BgClassName
{
background-color: #5DD33B;
}
</style>
border-color css
<style>
span { border-color: #5DD33B; }
span { border-color: rgb(93,211,59); }
td.TdClassName
{
border-color: #5DD33B;
}
.TagClassName
{
border-color: #5DD33B;
}
</style>