Shades of Apple #5EBD33
Tints of Apple #5EBD33
RGB
CMYK
RGB Variations
Color information
#5EBD33 (or 0x5EBD33) is known color: Apple. HEX triplet: 5E, BD and 33. RGB value is (94,189,51). Sum of RGB (Red+Green+Blue) = 94+189+51=334 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.14% from 334); Green value is 189 (74.22% from 255 or 56.59% from 334); Blue value is 51 (20.31% from 255 or 15.27% from 334); Max value from RGB is 189 - color contains mainly: green. Hex color #5EBD33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EBD33 is #A142CC. Grayscale: #919191. Windows color (decimal): -10568397 or 3390814. OLE color: 3390814.
HSL color Cylindrical-coordinate representation of color #5EBD33: hue angle of 101.3º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5EBD33 is Cyan = 0.50, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 189 | 51 | - |
| CMYK | 0.50 | 0 | 0.73 | 0.26 |
| HSL | 101.3º | 0.58% | 0.47% | - |
| HSV(B) | 101.3º | 0.73% | 0.74% | - |
| XYZ | 23.41 | 39.01 | 9.43 | - |
| YUV | 144.86 | 75.03 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 189 | 51 | 0.50 | 0 | 0.73 | 0.26 | 101.3 | 0.58 | 0.47 |
| Hex | 5E | BD | 33 | 32 | 0 | 49 | 1A | 65 | 3A | 2F |
| Octal | 136 | 275 | 63 | 62 | 0 | 111 | 32 | 145 | 72 | 57 |
| Binary | 1011110 | 10111101 | 110011 | 110010 | 0 | 1001001 | 11010 | 1100101 | 111010 | 101111 |
Color Harmonies of #5EBD33
Complementary color
Monochromatic Colors of #5EBD33
Black with #5EBD33
Text Example
Text Example
White with #5EBD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBD33; }
p { color: rgb(94,189,51); }
H1.HeaderClassName
{
color: #5EBD33;
}
.AnyTagClassName
{
color: #5EBD33;
}
</style>
background-color css
<style>
a { background-color: #5EBD33; }
a { background-color: rgb(94,189,51); }
div.DivClassName
{
background-color: #5EBD33;
}
.BgClassName
{
background-color: #5EBD33;
}
</style>
border-color css
<style>
span { border-color: #5EBD33; }
span { border-color: rgb(94,189,51); }
td.TdClassName
{
border-color: #5EBD33;
}
.TagClassName
{
border-color: #5EBD33;
}
</style>