Shades of Apple #5DD23A
Tints of Apple #5DD23A
RGB
CMYK
RGB Variations
Color information
#5DD23A (or 0x5DD23A) is known color: Apple. HEX triplet: 5D, D2 and 3A. RGB value is (93,210,58). Sum of RGB (Red+Green+Blue) = 93+210+58=361 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.76% from 361); Green value is 210 (82.42% from 255 or 58.17% from 361); Blue value is 58 (23.05% from 255 or 16.07% from 361); Max value from RGB is 210 - color contains mainly: green. Hex color #5DD23A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD23A is #A22DC5. Grayscale: #9E9E9E. Windows color (decimal): -10628550 or 3854941. OLE color: 3854941.
HSL color Cylindrical-coordinate representation of color #5DD23A: hue angle of 106.18º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5DD23A is Cyan = 0.56, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 93 | 210 | 58 | - |
| CMYK | 0.56 | 0 | 0.72 | 0.18 |
| HSL | 106.18º | 0.63% | 0.53% | - |
| HSV(B) | 106.18º | 0.72% | 0.82% | - |
| XYZ | 28.32 | 48.73 | 11.92 | - |
| YUV | 157.69 | 71.74 | 81.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 210 | 58 | 0.56 | 0 | 0.72 | 0.18 | 106.18 | 0.63 | 0.53 |
| Hex | 5D | D2 | 3A | 38 | 0 | 48 | 12 | 6A | 3F | 35 |
| Octal | 135 | 322 | 72 | 70 | 0 | 110 | 22 | 152 | 77 | 65 |
| Binary | 1011101 | 11010010 | 111010 | 111000 | 0 | 1001000 | 10010 | 1101010 | 111111 | 110101 |
Color Harmonies of #5DD23A
Complementary color
Monochromatic Colors of #5DD23A
Black with #5DD23A
Text Example
Text Example
White with #5DD23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD23A; }
p { color: rgb(93,210,58); }
H1.HeaderClassName
{
color: #5DD23A;
}
.AnyTagClassName
{
color: #5DD23A;
}
</style>
background-color css
<style>
a { background-color: #5DD23A; }
a { background-color: rgb(93,210,58); }
div.DivClassName
{
background-color: #5DD23A;
}
.BgClassName
{
background-color: #5DD23A;
}
</style>
border-color css
<style>
span { border-color: #5DD23A; }
span { border-color: rgb(93,210,58); }
td.TdClassName
{
border-color: #5DD23A;
}
.TagClassName
{
border-color: #5DD23A;
}
</style>