Shades of Apple #5EE13B
Tints of Apple #5EE13B
RGB
CMYK
RGB Variations
Color information
#5EE13B (or 0x5EE13B) is known color: Apple. HEX triplet: 5E, E1 and 3B. RGB value is (94,225,59). Sum of RGB (Red+Green+Blue) = 94+225+59=378 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.87% from 378); Green value is 225 (88.28% from 255 or 59.52% from 378); Blue value is 59 (23.44% from 255 or 15.61% from 378); Max value from RGB is 225 - color contains mainly: green. Hex color #5EE13B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EE13B is #A11EC4. Grayscale: #A7A7A7. Windows color (decimal): -10559173 or 3924318. OLE color: 3924318.
HSL color Cylindrical-coordinate representation of color #5EE13B: hue angle of 107.35º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5EE13B is Cyan = 0.58, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 94 | 225 | 59 | - |
| CMYK | 0.58 | 0 | 0.74 | 0.12 |
| HSL | 107.35º | 0.73% | 0.56% | - |
| HSV(B) | 107.35º | 0.74% | 0.88% | - |
| XYZ | 32.33 | 56.55 | 13.35 | - |
| YUV | 166.91 | 67.1 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 225 | 59 | 0.58 | 0 | 0.74 | 0.12 | 107.35 | 0.73 | 0.56 |
| Hex | 5E | E1 | 3B | 3A | 0 | 4A | C | 6B | 49 | 38 |
| Octal | 136 | 341 | 73 | 72 | 0 | 112 | 14 | 153 | 111 | 70 |
| Binary | 1011110 | 11100001 | 111011 | 111010 | 0 | 1001010 | 1100 | 1101011 | 1001001 | 111000 |
Color Harmonies of #5EE13B
Complementary color
Monochromatic Colors of #5EE13B
Black with #5EE13B
Text Example
Text Example
White with #5EE13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE13B; }
p { color: rgb(94,225,59); }
H1.HeaderClassName
{
color: #5EE13B;
}
.AnyTagClassName
{
color: #5EE13B;
}
</style>
background-color css
<style>
a { background-color: #5EE13B; }
a { background-color: rgb(94,225,59); }
div.DivClassName
{
background-color: #5EE13B;
}
.BgClassName
{
background-color: #5EE13B;
}
</style>
border-color css
<style>
span { border-color: #5EE13B; }
span { border-color: rgb(94,225,59); }
td.TdClassName
{
border-color: #5EE13B;
}
.TagClassName
{
border-color: #5EE13B;
}
</style>