Shades of Apple #5DD237
Tints of Apple #5DD237
RGB
CMYK
RGB Variations
Color information
#5DD237 (or 0x5DD237) is known color: Apple. HEX triplet: 5D, D2 and 37. RGB value is (93,210,55). Sum of RGB (Red+Green+Blue) = 93+210+55=358 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.98% from 358); Green value is 210 (82.42% from 255 or 58.66% from 358); Blue value is 55 (21.88% from 255 or 15.36% from 358); Max value from RGB is 210 - color contains mainly: green. Hex color #5DD237 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD237 is #A22DC8. Grayscale: #9D9D9D. Windows color (decimal): -10628553 or 3658333. OLE color: 3658333.
HSL color Cylindrical-coordinate representation of color #5DD237: hue angle of 105.29º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5DD237 is Cyan = 0.56, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 93 | 210 | 55 | - |
| CMYK | 0.56 | 0 | 0.74 | 0.18 |
| HSL | 105.29º | 0.63% | 0.52% | - |
| HSV(B) | 105.29º | 0.74% | 0.82% | - |
| XYZ | 28.25 | 48.7 | 11.52 | - |
| YUV | 157.35 | 70.24 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 210 | 55 | 0.56 | 0 | 0.74 | 0.18 | 105.29 | 0.63 | 0.52 |
| Hex | 5D | D2 | 37 | 38 | 0 | 4A | 12 | 69 | 3F | 34 |
| Octal | 135 | 322 | 67 | 70 | 0 | 112 | 22 | 151 | 77 | 64 |
| Binary | 1011101 | 11010010 | 110111 | 111000 | 0 | 1001010 | 10010 | 1101001 | 111111 | 110100 |
Color Harmonies of #5DD237
Complementary color
Monochromatic Colors of #5DD237
Black with #5DD237
Text Example
Text Example
White with #5DD237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD237; }
p { color: rgb(93,210,55); }
H1.HeaderClassName
{
color: #5DD237;
}
.AnyTagClassName
{
color: #5DD237;
}
</style>
background-color css
<style>
a { background-color: #5DD237; }
a { background-color: rgb(93,210,55); }
div.DivClassName
{
background-color: #5DD237;
}
.BgClassName
{
background-color: #5DD237;
}
</style>
border-color css
<style>
span { border-color: #5DD237; }
span { border-color: rgb(93,210,55); }
td.TdClassName
{
border-color: #5DD237;
}
.TagClassName
{
border-color: #5DD237;
}
</style>