Shades of Apple #5DDA33
Tints of Apple #5DDA33
RGB
CMYK
RGB Variations
Color information
#5DDA33 (or 0x5DDA33) is known color: Apple. HEX triplet: 5D, DA and 33. RGB value is (93,218,51). Sum of RGB (Red+Green+Blue) = 93+218+51=362 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.69% from 362); Green value is 218 (85.55% from 255 or 60.22% from 362); Blue value is 51 (20.31% from 255 or 14.09% from 362); Max value from RGB is 218 - color contains mainly: green. Hex color #5DDA33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DDA33 is #A225CC. Grayscale: #A2A2A2. Windows color (decimal): -10626509 or 3398237. OLE color: 3398237.
HSL color Cylindrical-coordinate representation of color #5DDA33: hue angle of 104.91º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5DDA33 is Cyan = 0.57, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 218 | 51 | - |
| CMYK | 0.57 | 0 | 0.77 | 0.15 |
| HSL | 104.91º | 0.69% | 0.53% | - |
| HSV(B) | 104.91º | 0.77% | 0.85% | - |
| XYZ | 30.18 | 52.71 | 11.72 | - |
| YUV | 161.59 | 65.59 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 218 | 51 | 0.57 | 0 | 0.77 | 0.15 | 104.91 | 0.69 | 0.53 |
| Hex | 5D | DA | 33 | 39 | 0 | 4D | F | 69 | 45 | 35 |
| Octal | 135 | 332 | 63 | 71 | 0 | 115 | 17 | 151 | 105 | 65 |
| Binary | 1011101 | 11011010 | 110011 | 111001 | 0 | 1001101 | 1111 | 1101001 | 1000101 | 110101 |
Color Harmonies of #5DDA33
Complementary color
Monochromatic Colors of #5DDA33
Black with #5DDA33
Text Example
Text Example
White with #5DDA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDA33; }
p { color: rgb(93,218,51); }
H1.HeaderClassName
{
color: #5DDA33;
}
.AnyTagClassName
{
color: #5DDA33;
}
</style>
background-color css
<style>
a { background-color: #5DDA33; }
a { background-color: rgb(93,218,51); }
div.DivClassName
{
background-color: #5DDA33;
}
.BgClassName
{
background-color: #5DDA33;
}
</style>
border-color css
<style>
span { border-color: #5DDA33; }
span { border-color: rgb(93,218,51); }
td.TdClassName
{
border-color: #5DDA33;
}
.TagClassName
{
border-color: #5DDA33;
}
</style>