Shades of Apple #5DD833
Tints of Apple #5DD833
RGB
CMYK
RGB Variations
Color information
#5DD833 (or 0x5DD833) is known color: Apple. HEX triplet: 5D, D8 and 33. RGB value is (93,216,51). Sum of RGB (Red+Green+Blue) = 93+216+51=360 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.83% from 360); Green value is 216 (84.77% from 255 or 60% from 360); Blue value is 51 (20.31% from 255 or 14.17% from 360); Max value from RGB is 216 - color contains mainly: green. Hex color #5DD833 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD833 is #A227CC. Grayscale: #A0A0A0. Windows color (decimal): -10627021 or 3397725. OLE color: 3397725.
HSL color Cylindrical-coordinate representation of color #5DD833: hue angle of 104.73º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5DD833 is Cyan = 0.57, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 216 | 51 | - |
| CMYK | 0.57 | 0 | 0.76 | 0.15 |
| HSL | 104.73º | 0.68% | 0.52% | - |
| HSV(B) | 104.73º | 0.76% | 0.85% | - |
| XYZ | 29.67 | 51.68 | 11.54 | - |
| YUV | 160.41 | 66.25 | 79.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 216 | 51 | 0.57 | 0 | 0.76 | 0.15 | 104.73 | 0.68 | 0.52 |
| Hex | 5D | D8 | 33 | 39 | 0 | 4C | F | 69 | 44 | 34 |
| Octal | 135 | 330 | 63 | 71 | 0 | 114 | 17 | 151 | 104 | 64 |
| Binary | 1011101 | 11011000 | 110011 | 111001 | 0 | 1001100 | 1111 | 1101001 | 1000100 | 110100 |
Color Harmonies of #5DD833
Complementary color
Monochromatic Colors of #5DD833
Black with #5DD833
Text Example
Text Example
White with #5DD833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD833; }
p { color: rgb(93,216,51); }
H1.HeaderClassName
{
color: #5DD833;
}
.AnyTagClassName
{
color: #5DD833;
}
</style>
background-color css
<style>
a { background-color: #5DD833; }
a { background-color: rgb(93,216,51); }
div.DivClassName
{
background-color: #5DD833;
}
.BgClassName
{
background-color: #5DD833;
}
</style>
border-color css
<style>
span { border-color: #5DD833; }
span { border-color: rgb(93,216,51); }
td.TdClassName
{
border-color: #5DD833;
}
.TagClassName
{
border-color: #5DD833;
}
</style>