Shades of Apple #5DB43B
Tints of Apple #5DB43B
RGB
CMYK
RGB Variations
Color information
#5DB43B (or 0x5DB43B) is known color: Apple. HEX triplet: 5D, B4 and 3B. RGB value is (93,180,59). Sum of RGB (Red+Green+Blue) = 93+180+59=332 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.01% from 332); Green value is 180 (70.70% from 255 or 54.22% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB43B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DB43B is #A24BC4. Grayscale: #8C8C8C. Windows color (decimal): -10636229 or 3912797. OLE color: 3912797.
HSL color Cylindrical-coordinate representation of color #5DB43B: hue angle of 103.14º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5DB43B is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 180 | 59 | - |
| CMYK | 0.48 | 0 | 0.67 | 0.29 |
| HSL | 103.14º | 0.51% | 0.47% | - |
| HSV(B) | 103.14º | 0.67% | 0.71% | - |
| XYZ | 21.62 | 35.29 | 9.81 | - |
| YUV | 140.19 | 82.18 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 180 | 59 | 0.48 | 0 | 0.67 | 0.29 | 103.14 | 0.51 | 0.47 |
| Hex | 5D | B4 | 3B | 30 | 0 | 43 | 1D | 67 | 33 | 2F |
| Octal | 135 | 264 | 73 | 60 | 0 | 103 | 35 | 147 | 63 | 57 |
| Binary | 1011101 | 10110100 | 111011 | 110000 | 0 | 1000011 | 11101 | 1100111 | 110011 | 101111 |
Color Harmonies of #5DB43B
Complementary color
Monochromatic Colors of #5DB43B
Black with #5DB43B
Text Example
Text Example
White with #5DB43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB43B; }
p { color: rgb(93,180,59); }
H1.HeaderClassName
{
color: #5DB43B;
}
.AnyTagClassName
{
color: #5DB43B;
}
</style>
background-color css
<style>
a { background-color: #5DB43B; }
a { background-color: rgb(93,180,59); }
div.DivClassName
{
background-color: #5DB43B;
}
.BgClassName
{
background-color: #5DB43B;
}
</style>
border-color css
<style>
span { border-color: #5DB43B; }
span { border-color: rgb(93,180,59); }
td.TdClassName
{
border-color: #5DB43B;
}
.TagClassName
{
border-color: #5DB43B;
}
</style>