Shades of Apple #5EB04C
Tints of Apple #5EB04C
RGB
CMYK
RGB Variations
Color information
#5EB04C (or 0x5EB04C) is known color: Apple. HEX triplet: 5E, B0 and 4C. RGB value is (94,176,76). Sum of RGB (Red+Green+Blue) = 94+176+76=346 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.17% from 346); Green value is 176 (69.14% from 255 or 50.87% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 176 - color contains mainly: green. Hex color #5EB04C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EB04C is #A14FB3. Grayscale: #8C8C8C. Windows color (decimal): -10571700 or 5025886. OLE color: 5025886.
HSL color Cylindrical-coordinate representation of color #5EB04C: hue angle of 109.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EB04C is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 94 | 176 | 76 | - |
| CMYK | 0.47 | 0 | 0.57 | 0.31 |
| HSL | 109.2º | 0.4% | 0.49% | - |
| HSV(B) | 109.2º | 0.57% | 0.69% | - |
| XYZ | 21.45 | 33.95 | 12.26 | - |
| YUV | 140.08 | 91.83 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 176 | 76 | 0.47 | 0 | 0.57 | 0.31 | 109.2 | 0.4 | 0.49 |
| Hex | 5E | B0 | 4C | 2F | 0 | 39 | 1F | 6D | 28 | 31 |
| Octal | 136 | 260 | 114 | 57 | 0 | 71 | 37 | 155 | 50 | 61 |
| Binary | 1011110 | 10110000 | 1001100 | 101111 | 0 | 111001 | 11111 | 1101101 | 101000 | 110001 |
Color Harmonies of #5EB04C
Complementary color
Monochromatic Colors of #5EB04C
Black with #5EB04C
Text Example
Text Example
White with #5EB04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EB04C; }
p { color: rgb(94,176,76); }
H1.HeaderClassName
{
color: #5EB04C;
}
.AnyTagClassName
{
color: #5EB04C;
}
</style>
background-color css
<style>
a { background-color: #5EB04C; }
a { background-color: rgb(94,176,76); }
div.DivClassName
{
background-color: #5EB04C;
}
.BgClassName
{
background-color: #5EB04C;
}
</style>
border-color css
<style>
span { border-color: #5EB04C; }
span { border-color: rgb(94,176,76); }
td.TdClassName
{
border-color: #5EB04C;
}
.TagClassName
{
border-color: #5EB04C;
}
</style>