Shades of Apple #5DD93B
Tints of Apple #5DD93B
RGB
CMYK
RGB Variations
Color information
#5DD93B (or 0x5DD93B) is known color: Apple. HEX triplet: 5D, D9 and 3B. RGB value is (93,217,59). Sum of RGB (Red+Green+Blue) = 93+217+59=369 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.20% from 369); Green value is 217 (85.16% from 255 or 58.81% from 369); Blue value is 59 (23.44% from 255 or 15.99% from 369); Max value from RGB is 217 - color contains mainly: green. Hex color #5DD93B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD93B is #A226C4. Grayscale: #A2A2A2. Windows color (decimal): -10626757 or 3922269. OLE color: 3922269.
HSL color Cylindrical-coordinate representation of color #5DD93B: hue angle of 107.09º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5DD93B is Cyan = 0.57, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 217 | 59 | - |
| CMYK | 0.57 | 0 | 0.73 | 0.15 |
| HSL | 107.09º | 0.68% | 0.54% | - |
| HSV(B) | 107.09º | 0.73% | 0.85% | - |
| XYZ | 30.12 | 52.27 | 12.64 | - |
| YUV | 161.91 | 69.92 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 217 | 59 | 0.57 | 0 | 0.73 | 0.15 | 107.09 | 0.68 | 0.54 |
| Hex | 5D | D9 | 3B | 39 | 0 | 49 | F | 6B | 44 | 36 |
| Octal | 135 | 331 | 73 | 71 | 0 | 111 | 17 | 153 | 104 | 66 |
| Binary | 1011101 | 11011001 | 111011 | 111001 | 0 | 1001001 | 1111 | 1101011 | 1000100 | 110110 |
Color Harmonies of #5DD93B
Complementary color
Monochromatic Colors of #5DD93B
Black with #5DD93B
Text Example
Text Example
White with #5DD93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD93B; }
p { color: rgb(93,217,59); }
H1.HeaderClassName
{
color: #5DD93B;
}
.AnyTagClassName
{
color: #5DD93B;
}
</style>
background-color css
<style>
a { background-color: #5DD93B; }
a { background-color: rgb(93,217,59); }
div.DivClassName
{
background-color: #5DD93B;
}
.BgClassName
{
background-color: #5DD93B;
}
</style>
border-color css
<style>
span { border-color: #5DD93B; }
span { border-color: rgb(93,217,59); }
td.TdClassName
{
border-color: #5DD93B;
}
.TagClassName
{
border-color: #5DD93B;
}
</style>