Shades of Apple #5EBF31
Tints of Apple #5EBF31
RGB
CMYK
RGB Variations
Color information
#5EBF31 (or 0x5EBF31) is known color: Apple. HEX triplet: 5E, BF and 31. RGB value is (94,191,49). Sum of RGB (Red+Green+Blue) = 94+191+49=334 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.14% from 334); Green value is 191 (75% from 255 or 57.19% from 334); Blue value is 49 (19.53% from 255 or 14.67% from 334); Max value from RGB is 191 - color contains mainly: green. Hex color #5EBF31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EBF31 is #A140CE. Grayscale: #929292. Windows color (decimal): -10567887 or 3260254. OLE color: 3260254.
HSL color Cylindrical-coordinate representation of color #5EBF31: hue angle of 100.99º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5EBF31 is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 191 | 49 | - |
| CMYK | 0.51 | 0 | 0.74 | 0.25 |
| HSL | 100.99º | 0.59% | 0.47% | - |
| HSV(B) | 100.99º | 0.74% | 0.75% | - |
| XYZ | 23.8 | 39.86 | 9.35 | - |
| YUV | 145.81 | 73.36 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 191 | 49 | 0.51 | 0 | 0.74 | 0.25 | 100.99 | 0.59 | 0.47 |
| Hex | 5E | BF | 31 | 33 | 0 | 4A | 19 | 65 | 3B | 2F |
| Octal | 136 | 277 | 61 | 63 | 0 | 112 | 31 | 145 | 73 | 57 |
| Binary | 1011110 | 10111111 | 110001 | 110011 | 0 | 1001010 | 11001 | 1100101 | 111011 | 101111 |
Color Harmonies of #5EBF31
Complementary color
Monochromatic Colors of #5EBF31
Black with #5EBF31
Text Example
Text Example
White with #5EBF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBF31; }
p { color: rgb(94,191,49); }
H1.HeaderClassName
{
color: #5EBF31;
}
.AnyTagClassName
{
color: #5EBF31;
}
</style>
background-color css
<style>
a { background-color: #5EBF31; }
a { background-color: rgb(94,191,49); }
div.DivClassName
{
background-color: #5EBF31;
}
.BgClassName
{
background-color: #5EBF31;
}
</style>
border-color css
<style>
span { border-color: #5EBF31; }
span { border-color: rgb(94,191,49); }
td.TdClassName
{
border-color: #5EBF31;
}
.TagClassName
{
border-color: #5EBF31;
}
</style>