Shades of Apple #5DD643
Tints of Apple #5DD643
RGB
CMYK
RGB Variations
Color information
#5DD643 (or 0x5DD643) is known color: Apple. HEX triplet: 5D, D6 and 43. RGB value is (93,214,67). Sum of RGB (Red+Green+Blue) = 93+214+67=374 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.87% from 374); Green value is 214 (83.98% from 255 or 57.22% from 374); Blue value is 67 (26.56% from 255 or 17.91% from 374); Max value from RGB is 214 - color contains mainly: green. Hex color #5DD643 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD643 is #A229BC. Grayscale: #A1A1A1. Windows color (decimal): -10627517 or 4445789. OLE color: 4445789.
HSL color Cylindrical-coordinate representation of color #5DD643: hue angle of 109.39º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5DD643 is Cyan = 0.57, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 214 | 67 | - |
| CMYK | 0.57 | 0 | 0.69 | 0.16 |
| HSL | 109.39º | 0.64% | 0.55% | - |
| HSV(B) | 109.39º | 0.69% | 0.84% | - |
| XYZ | 29.57 | 50.83 | 13.56 | - |
| YUV | 161.06 | 74.91 | 79.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 214 | 67 | 0.57 | 0 | 0.69 | 0.16 | 109.39 | 0.64 | 0.55 |
| Hex | 5D | D6 | 43 | 39 | 0 | 45 | 10 | 6D | 40 | 37 |
| Octal | 135 | 326 | 103 | 71 | 0 | 105 | 20 | 155 | 100 | 67 |
| Binary | 1011101 | 11010110 | 1000011 | 111001 | 0 | 1000101 | 10000 | 1101101 | 1000000 | 110111 |
Color Harmonies of #5DD643
Complementary color
Monochromatic Colors of #5DD643
Black with #5DD643
Text Example
Text Example
White with #5DD643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD643; }
p { color: rgb(93,214,67); }
H1.HeaderClassName
{
color: #5DD643;
}
.AnyTagClassName
{
color: #5DD643;
}
</style>
background-color css
<style>
a { background-color: #5DD643; }
a { background-color: rgb(93,214,67); }
div.DivClassName
{
background-color: #5DD643;
}
.BgClassName
{
background-color: #5DD643;
}
</style>
border-color css
<style>
span { border-color: #5DD643; }
span { border-color: rgb(93,214,67); }
td.TdClassName
{
border-color: #5DD643;
}
.TagClassName
{
border-color: #5DD643;
}
</style>