Shades of Apple #5DD143
Tints of Apple #5DD143
RGB
CMYK
RGB Variations
Color information
#5DD143 (or 0x5DD143) is known color: Apple. HEX triplet: 5D, D1 and 43. RGB value is (93,209,67). Sum of RGB (Red+Green+Blue) = 93+209+67=369 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.20% from 369); Green value is 209 (82.03% from 255 or 56.64% from 369); Blue value is 67 (26.56% from 255 or 18.16% from 369); Max value from RGB is 209 - color contains mainly: green. Hex color #5DD143 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD143 is #A22EBC. Grayscale: #9E9E9E. Windows color (decimal): -10628797 or 4444509. OLE color: 4444509.
HSL color Cylindrical-coordinate representation of color #5DD143: hue angle of 109.01º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5DD143 is Cyan = 0.56, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 93 | 209 | 67 | - |
| CMYK | 0.56 | 0 | 0.68 | 0.18 |
| HSL | 109.01º | 0.61% | 0.54% | - |
| HSV(B) | 109.01º | 0.68% | 0.82% | - |
| XYZ | 28.33 | 48.33 | 13.15 | - |
| YUV | 158.13 | 76.57 | 81.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 209 | 67 | 0.56 | 0 | 0.68 | 0.18 | 109.01 | 0.61 | 0.54 |
| Hex | 5D | D1 | 43 | 38 | 0 | 44 | 12 | 6D | 3D | 36 |
| Octal | 135 | 321 | 103 | 70 | 0 | 104 | 22 | 155 | 75 | 66 |
| Binary | 1011101 | 11010001 | 1000011 | 111000 | 0 | 1000100 | 10010 | 1101101 | 111101 | 110110 |
Color Harmonies of #5DD143
Complementary color
Monochromatic Colors of #5DD143
Black with #5DD143
Text Example
Text Example
White with #5DD143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD143; }
p { color: rgb(93,209,67); }
H1.HeaderClassName
{
color: #5DD143;
}
.AnyTagClassName
{
color: #5DD143;
}
</style>
background-color css
<style>
a { background-color: #5DD143; }
a { background-color: rgb(93,209,67); }
div.DivClassName
{
background-color: #5DD143;
}
.BgClassName
{
background-color: #5DD143;
}
</style>
border-color css
<style>
span { border-color: #5DD143; }
span { border-color: rgb(93,209,67); }
td.TdClassName
{
border-color: #5DD143;
}
.TagClassName
{
border-color: #5DD143;
}
</style>