Shades of Apple #5DB34C
Tints of Apple #5DB34C
RGB
CMYK
RGB Variations
Color information
#5DB34C (or 0x5DB34C) is known color: Apple. HEX triplet: 5D, B3 and 4C. RGB value is (93,179,76). Sum of RGB (Red+Green+Blue) = 93+179+76=348 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.72% from 348); Green value is 179 (70.31% from 255 or 51.44% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 179 - color contains mainly: green. Hex color #5DB34C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DB34C is #A24CB3. Grayscale: #8D8D8D. Windows color (decimal): -10636468 or 5026653. OLE color: 5026653.
HSL color Cylindrical-coordinate representation of color #5DB34C: hue angle of 110.1º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DB34C is Cyan = 0.48, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 93 | 179 | 76 | - |
| CMYK | 0.48 | 0 | 0.58 | 0.30 |
| HSL | 110.1º | 0.4% | 0.5% | - |
| HSV(B) | 110.1º | 0.58% | 0.7% | - |
| XYZ | 21.94 | 35.09 | 12.45 | - |
| YUV | 141.54 | 91.01 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 179 | 76 | 0.48 | 0 | 0.58 | 0.30 | 110.1 | 0.4 | 0.5 |
| Hex | 5D | B3 | 4C | 30 | 0 | 3A | 1E | 6E | 28 | 32 |
| Octal | 135 | 263 | 114 | 60 | 0 | 72 | 36 | 156 | 50 | 62 |
| Binary | 1011101 | 10110011 | 1001100 | 110000 | 0 | 111010 | 11110 | 1101110 | 101000 | 110010 |
Color Harmonies of #5DB34C
Complementary color
Monochromatic Colors of #5DB34C
Black with #5DB34C
Text Example
Text Example
White with #5DB34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB34C; }
p { color: rgb(93,179,76); }
H1.HeaderClassName
{
color: #5DB34C;
}
.AnyTagClassName
{
color: #5DB34C;
}
</style>
background-color css
<style>
a { background-color: #5DB34C; }
a { background-color: rgb(93,179,76); }
div.DivClassName
{
background-color: #5DB34C;
}
.BgClassName
{
background-color: #5DB34C;
}
</style>
border-color css
<style>
span { border-color: #5DB34C; }
span { border-color: rgb(93,179,76); }
td.TdClassName
{
border-color: #5DB34C;
}
.TagClassName
{
border-color: #5DB34C;
}
</style>