Shades of Apple #5DD14B
Tints of Apple #5DD14B
RGB
CMYK
RGB Variations
Color information
#5DD14B (or 0x5DD14B) is known color: Apple. HEX triplet: 5D, D1 and 4B. RGB value is (93,209,75). Sum of RGB (Red+Green+Blue) = 93+209+75=377 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.67% from 377); Green value is 209 (82.03% from 255 or 55.44% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 209 - color contains mainly: green. Hex color #5DD14B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD14B is #A22EB4. Grayscale: #9F9F9F. Windows color (decimal): -10628789 or 4968797. OLE color: 4968797.
HSL color Cylindrical-coordinate representation of color #5DD14B: hue angle of 111.94º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5DD14B is Cyan = 0.56, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 93 | 209 | 75 | - |
| CMYK | 0.56 | 0 | 0.64 | 0.18 |
| HSL | 111.94º | 0.59% | 0.56% | - |
| HSV(B) | 111.94º | 0.64% | 0.82% | - |
| XYZ | 28.58 | 48.44 | 14.5 | - |
| YUV | 159.04 | 80.57 | 80.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 209 | 75 | 0.56 | 0 | 0.64 | 0.18 | 111.94 | 0.59 | 0.56 |
| Hex | 5D | D1 | 4B | 38 | 0 | 40 | 12 | 70 | 3B | 38 |
| Octal | 135 | 321 | 113 | 70 | 0 | 100 | 22 | 160 | 73 | 70 |
| Binary | 1011101 | 11010001 | 1001011 | 111000 | 0 | 1000000 | 10010 | 1110000 | 111011 | 111000 |
Color Harmonies of #5DD14B
Complementary color
Monochromatic Colors of #5DD14B
Black with #5DD14B
Text Example
Text Example
White with #5DD14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD14B; }
p { color: rgb(93,209,75); }
H1.HeaderClassName
{
color: #5DD14B;
}
.AnyTagClassName
{
color: #5DD14B;
}
</style>
background-color css
<style>
a { background-color: #5DD14B; }
a { background-color: rgb(93,209,75); }
div.DivClassName
{
background-color: #5DD14B;
}
.BgClassName
{
background-color: #5DD14B;
}
</style>
border-color css
<style>
span { border-color: #5DD14B; }
span { border-color: rgb(93,209,75); }
td.TdClassName
{
border-color: #5DD14B;
}
.TagClassName
{
border-color: #5DD14B;
}
</style>