Shades of Apple #5DB43E
Tints of Apple #5DB43E
RGB
CMYK
RGB Variations
Color information
#5DB43E (or 0x5DB43E) is known color: Apple. HEX triplet: 5D, B4 and 3E. RGB value is (93,180,62). Sum of RGB (Red+Green+Blue) = 93+180+62=335 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.76% from 335); Green value is 180 (70.70% from 255 or 53.73% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB43E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DB43E is #A24BC1. Grayscale: #8C8C8C. Windows color (decimal): -10636226 or 4109405. OLE color: 4109405.
HSL color Cylindrical-coordinate representation of color #5DB43E: hue angle of 104.24º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5DB43E is Cyan = 0.48, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 180 | 62 | - |
| CMYK | 0.48 | 0 | 0.66 | 0.29 |
| HSL | 104.24º | 0.49% | 0.47% | - |
| HSV(B) | 104.24º | 0.66% | 0.71% | - |
| XYZ | 21.7 | 35.32 | 10.23 | - |
| YUV | 140.54 | 83.68 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 180 | 62 | 0.48 | 0 | 0.66 | 0.29 | 104.24 | 0.49 | 0.47 |
| Hex | 5D | B4 | 3E | 30 | 0 | 42 | 1D | 68 | 31 | 2F |
| Octal | 135 | 264 | 76 | 60 | 0 | 102 | 35 | 150 | 61 | 57 |
| Binary | 1011101 | 10110100 | 111110 | 110000 | 0 | 1000010 | 11101 | 1101000 | 110001 | 101111 |
Color Harmonies of #5DB43E
Complementary color
Monochromatic Colors of #5DB43E
Black with #5DB43E
Text Example
Text Example
White with #5DB43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB43E; }
p { color: rgb(93,180,62); }
H1.HeaderClassName
{
color: #5DB43E;
}
.AnyTagClassName
{
color: #5DB43E;
}
</style>
background-color css
<style>
a { background-color: #5DB43E; }
a { background-color: rgb(93,180,62); }
div.DivClassName
{
background-color: #5DB43E;
}
.BgClassName
{
background-color: #5DB43E;
}
</style>
border-color css
<style>
span { border-color: #5DB43E; }
span { border-color: rgb(93,180,62); }
td.TdClassName
{
border-color: #5DB43E;
}
.TagClassName
{
border-color: #5DB43E;
}
</style>