Shades of Apple #5DB443
Tints of Apple #5DB443
RGB
CMYK
RGB Variations
Color information
#5DB443 (or 0x5DB443) is known color: Apple. HEX triplet: 5D, B4 and 43. RGB value is (93,180,67). Sum of RGB (Red+Green+Blue) = 93+180+67=340 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.35% from 340); Green value is 180 (70.70% from 255 or 52.94% from 340); Blue value is 67 (26.56% from 255 or 19.71% from 340); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB443 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DB443 is #A24BBC. Grayscale: #8D8D8D. Windows color (decimal): -10636221 or 4437085. OLE color: 4437085.
HSL color Cylindrical-coordinate representation of color #5DB443: hue angle of 106.19º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DB443 is Cyan = 0.48, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 180 | 67 | - |
| CMYK | 0.48 | 0 | 0.63 | 0.29 |
| HSL | 106.19º | 0.46% | 0.48% | - |
| HSV(B) | 106.19º | 0.63% | 0.71% | - |
| XYZ | 21.85 | 35.37 | 10.99 | - |
| YUV | 141.11 | 86.18 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 180 | 67 | 0.48 | 0 | 0.63 | 0.29 | 106.19 | 0.46 | 0.48 |
| Hex | 5D | B4 | 43 | 30 | 0 | 3F | 1D | 6A | 2E | 30 |
| Octal | 135 | 264 | 103 | 60 | 0 | 77 | 35 | 152 | 56 | 60 |
| Binary | 1011101 | 10110100 | 1000011 | 110000 | 0 | 111111 | 11101 | 1101010 | 101110 | 110000 |
Color Harmonies of #5DB443
Complementary color
Monochromatic Colors of #5DB443
Black with #5DB443
Text Example
Text Example
White with #5DB443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB443; }
p { color: rgb(93,180,67); }
H1.HeaderClassName
{
color: #5DB443;
}
.AnyTagClassName
{
color: #5DB443;
}
</style>
background-color css
<style>
a { background-color: #5DB443; }
a { background-color: rgb(93,180,67); }
div.DivClassName
{
background-color: #5DB443;
}
.BgClassName
{
background-color: #5DB443;
}
</style>
border-color css
<style>
span { border-color: #5DB443; }
span { border-color: rgb(93,180,67); }
td.TdClassName
{
border-color: #5DB443;
}
.TagClassName
{
border-color: #5DB443;
}
</style>