Shades of Apple #5EC038
Tints of Apple #5EC038
RGB
CMYK
RGB Variations
Color information
#5EC038 (or 0x5EC038) is known color: Apple. HEX triplet: 5E, C0 and 38. RGB value is (94,192,56). Sum of RGB (Red+Green+Blue) = 94+192+56=342 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.49% from 342); Green value is 192 (75.39% from 255 or 56.14% from 342); Blue value is 56 (22.27% from 255 or 16.37% from 342); Max value from RGB is 192 - color contains mainly: green. Hex color #5EC038 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EC038 is #A13FC7. Grayscale: #939393. Windows color (decimal): -10567624 or 3719262. OLE color: 3719262.
HSL color Cylindrical-coordinate representation of color #5EC038: hue angle of 103.24º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5EC038 is Cyan = 0.51, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 192 | 56 | - |
| CMYK | 0.51 | 0 | 0.71 | 0.25 |
| HSL | 103.24º | 0.55% | 0.49% | - |
| HSV(B) | 103.24º | 0.71% | 0.75% | - |
| XYZ | 24.18 | 40.36 | 10.26 | - |
| YUV | 147.19 | 76.53 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 192 | 56 | 0.51 | 0 | 0.71 | 0.25 | 103.24 | 0.55 | 0.49 |
| Hex | 5E | C0 | 38 | 33 | 0 | 47 | 19 | 67 | 37 | 31 |
| Octal | 136 | 300 | 70 | 63 | 0 | 107 | 31 | 147 | 67 | 61 |
| Binary | 1011110 | 11000000 | 111000 | 110011 | 0 | 1000111 | 11001 | 1100111 | 110111 | 110001 |
Color Harmonies of #5EC038
Complementary color
Monochromatic Colors of #5EC038
Black with #5EC038
Text Example
Text Example
White with #5EC038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC038; }
p { color: rgb(94,192,56); }
H1.HeaderClassName
{
color: #5EC038;
}
.AnyTagClassName
{
color: #5EC038;
}
</style>
background-color css
<style>
a { background-color: #5EC038; }
a { background-color: rgb(94,192,56); }
div.DivClassName
{
background-color: #5EC038;
}
.BgClassName
{
background-color: #5EC038;
}
</style>
border-color css
<style>
span { border-color: #5EC038; }
span { border-color: rgb(94,192,56); }
td.TdClassName
{
border-color: #5EC038;
}
.TagClassName
{
border-color: #5EC038;
}
</style>