Shades of Apple #5DB84A
Tints of Apple #5DB84A
RGB
CMYK
RGB Variations
Color information
#5DB84A (or 0x5DB84A) is known color: Apple. HEX triplet: 5D, B8 and 4A. RGB value is (93,184,74). Sum of RGB (Red+Green+Blue) = 93+184+74=351 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.50% from 351); Green value is 184 (72.27% from 255 or 52.42% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 184 - color contains mainly: green. Hex color #5DB84A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DB84A is #A247B5. Grayscale: #909090. Windows color (decimal): -10635190 or 4896861. OLE color: 4896861.
HSL color Cylindrical-coordinate representation of color #5DB84A: hue angle of 109.64º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DB84A is Cyan = 0.49, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 93 | 184 | 74 | - |
| CMYK | 0.49 | 0 | 0.60 | 0.28 |
| HSL | 109.64º | 0.44% | 0.51% | - |
| HSV(B) | 109.64º | 0.6% | 0.72% | - |
| XYZ | 22.89 | 37.1 | 12.43 | - |
| YUV | 144.25 | 88.35 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 184 | 74 | 0.49 | 0 | 0.60 | 0.28 | 109.64 | 0.44 | 0.51 |
| Hex | 5D | B8 | 4A | 31 | 0 | 3C | 1C | 6E | 2C | 33 |
| Octal | 135 | 270 | 112 | 61 | 0 | 74 | 34 | 156 | 54 | 63 |
| Binary | 1011101 | 10111000 | 1001010 | 110001 | 0 | 111100 | 11100 | 1101110 | 101100 | 110011 |
Color Harmonies of #5DB84A
Complementary color
Monochromatic Colors of #5DB84A
Black with #5DB84A
Text Example
Text Example
White with #5DB84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB84A; }
p { color: rgb(93,184,74); }
H1.HeaderClassName
{
color: #5DB84A;
}
.AnyTagClassName
{
color: #5DB84A;
}
</style>
background-color css
<style>
a { background-color: #5DB84A; }
a { background-color: rgb(93,184,74); }
div.DivClassName
{
background-color: #5DB84A;
}
.BgClassName
{
background-color: #5DB84A;
}
</style>
border-color css
<style>
span { border-color: #5DB84A; }
span { border-color: rgb(93,184,74); }
td.TdClassName
{
border-color: #5DB84A;
}
.TagClassName
{
border-color: #5DB84A;
}
</style>