Shades of Apple #5DB84F
Tints of Apple #5DB84F
RGB
CMYK
RGB Variations
Color information
#5DB84F (or 0x5DB84F) is known color: Apple. HEX triplet: 5D, B8 and 4F. RGB value is (93,184,79). Sum of RGB (Red+Green+Blue) = 93+184+79=356 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.12% from 356); Green value is 184 (72.27% from 255 or 51.69% from 356); Blue value is 79 (31.25% from 255 or 22.19% from 356); Max value from RGB is 184 - color contains mainly: green. Hex color #5DB84F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB84F is #A247B0. Grayscale: #919191. Windows color (decimal): -10635185 or 5224541. OLE color: 5224541.
HSL color Cylindrical-coordinate representation of color #5DB84F: hue angle of 112º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DB84F is Cyan = 0.49, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 93 | 184 | 79 | - |
| CMYK | 0.49 | 0 | 0.57 | 0.28 |
| HSL | 112º | 0.43% | 0.52% | - |
| HSV(B) | 112º | 0.57% | 0.72% | - |
| XYZ | 23.07 | 37.17 | 13.36 | - |
| YUV | 144.82 | 90.85 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 184 | 79 | 0.49 | 0 | 0.57 | 0.28 | 112 | 0.43 | 0.52 |
| Hex | 5D | B8 | 4F | 31 | 0 | 39 | 1C | 70 | 2B | 34 |
| Octal | 135 | 270 | 117 | 61 | 0 | 71 | 34 | 160 | 53 | 64 |
| Binary | 1011101 | 10111000 | 1001111 | 110001 | 0 | 111001 | 11100 | 1110000 | 101011 | 110100 |
Color Harmonies of #5DB84F
Complementary color
Monochromatic Colors of #5DB84F
Black with #5DB84F
Text Example
Text Example
White with #5DB84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB84F; }
p { color: rgb(93,184,79); }
H1.HeaderClassName
{
color: #5DB84F;
}
.AnyTagClassName
{
color: #5DB84F;
}
</style>
background-color css
<style>
a { background-color: #5DB84F; }
a { background-color: rgb(93,184,79); }
div.DivClassName
{
background-color: #5DB84F;
}
.BgClassName
{
background-color: #5DB84F;
}
</style>
border-color css
<style>
span { border-color: #5DB84F; }
span { border-color: rgb(93,184,79); }
td.TdClassName
{
border-color: #5DB84F;
}
.TagClassName
{
border-color: #5DB84F;
}
</style>