Shades of Apple #5DD34B
Tints of Apple #5DD34B
RGB
CMYK
RGB Variations
Color information
#5DD34B (or 0x5DD34B) is known color: Apple. HEX triplet: 5D, D3 and 4B. RGB value is (93,211,75). Sum of RGB (Red+Green+Blue) = 93+211+75=379 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.54% from 379); Green value is 211 (82.81% from 255 or 55.67% from 379); Blue value is 75 (29.69% from 255 or 19.79% from 379); Max value from RGB is 211 - color contains mainly: green. Hex color #5DD34B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD34B is #A22CB4. Grayscale: #A0A0A0. Windows color (decimal): -10628277 or 4969309. OLE color: 4969309.
HSL color Cylindrical-coordinate representation of color #5DD34B: hue angle of 112.06º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5DD34B is Cyan = 0.56, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 93 | 211 | 75 | - |
| CMYK | 0.56 | 0 | 0.64 | 0.17 |
| HSL | 112.06º | 0.61% | 0.56% | - |
| HSV(B) | 112.06º | 0.64% | 0.83% | - |
| XYZ | 29.08 | 49.42 | 14.66 | - |
| YUV | 160.21 | 79.91 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 211 | 75 | 0.56 | 0 | 0.64 | 0.17 | 112.06 | 0.61 | 0.56 |
| Hex | 5D | D3 | 4B | 38 | 0 | 40 | 11 | 70 | 3D | 38 |
| Octal | 135 | 323 | 113 | 70 | 0 | 100 | 21 | 160 | 75 | 70 |
| Binary | 1011101 | 11010011 | 1001011 | 111000 | 0 | 1000000 | 10001 | 1110000 | 111101 | 111000 |
Color Harmonies of #5DD34B
Complementary color
Monochromatic Colors of #5DD34B
Black with #5DD34B
Text Example
Text Example
White with #5DD34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD34B; }
p { color: rgb(93,211,75); }
H1.HeaderClassName
{
color: #5DD34B;
}
.AnyTagClassName
{
color: #5DD34B;
}
</style>
background-color css
<style>
a { background-color: #5DD34B; }
a { background-color: rgb(93,211,75); }
div.DivClassName
{
background-color: #5DD34B;
}
.BgClassName
{
background-color: #5DD34B;
}
</style>
border-color css
<style>
span { border-color: #5DD34B; }
span { border-color: rgb(93,211,75); }
td.TdClassName
{
border-color: #5DD34B;
}
.TagClassName
{
border-color: #5DD34B;
}
</style>