Shades of Apple #5EBE3D
Tints of Apple #5EBE3D
RGB
CMYK
RGB Variations
Color information
#5EBE3D (or 0x5EBE3D) is known color: Apple. HEX triplet: 5E, BE and 3D. RGB value is (94,190,61). Sum of RGB (Red+Green+Blue) = 94+190+61=345 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.25% from 345); Green value is 190 (74.61% from 255 or 55.07% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 190 - color contains mainly: green. Hex color #5EBE3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EBE3D is #A141C2. Grayscale: #939393. Windows color (decimal): -10568131 or 4046430. OLE color: 4046430.
HSL color Cylindrical-coordinate representation of color #5EBE3D: hue angle of 104.65º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5EBE3D is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 190 | 61 | - |
| CMYK | 0.51 | 0 | 0.68 | 0.25 |
| HSL | 104.65º | 0.51% | 0.49% | - |
| HSV(B) | 104.65º | 0.68% | 0.75% | - |
| XYZ | 23.87 | 39.54 | 10.79 | - |
| YUV | 146.59 | 79.7 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 190 | 61 | 0.51 | 0 | 0.68 | 0.25 | 104.65 | 0.51 | 0.49 |
| Hex | 5E | BE | 3D | 33 | 0 | 44 | 19 | 69 | 33 | 31 |
| Octal | 136 | 276 | 75 | 63 | 0 | 104 | 31 | 151 | 63 | 61 |
| Binary | 1011110 | 10111110 | 111101 | 110011 | 0 | 1000100 | 11001 | 1101001 | 110011 | 110001 |
Color Harmonies of #5EBE3D
Complementary color
Monochromatic Colors of #5EBE3D
Black with #5EBE3D
Text Example
Text Example
White with #5EBE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBE3D; }
p { color: rgb(94,190,61); }
H1.HeaderClassName
{
color: #5EBE3D;
}
.AnyTagClassName
{
color: #5EBE3D;
}
</style>
background-color css
<style>
a { background-color: #5EBE3D; }
a { background-color: rgb(94,190,61); }
div.DivClassName
{
background-color: #5EBE3D;
}
.BgClassName
{
background-color: #5EBE3D;
}
</style>
border-color css
<style>
span { border-color: #5EBE3D; }
span { border-color: rgb(94,190,61); }
td.TdClassName
{
border-color: #5EBE3D;
}
.TagClassName
{
border-color: #5EBE3D;
}
</style>