Shades of Apple #5EBF4A
Tints of Apple #5EBF4A
RGB
CMYK
RGB Variations
Color information
#5EBF4A (or 0x5EBF4A) is known color: Apple. HEX triplet: 5E, BF and 4A. RGB value is (94,191,74). Sum of RGB (Red+Green+Blue) = 94+191+74=359 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.18% from 359); Green value is 191 (75% from 255 or 53.20% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 191 - color contains mainly: green. Hex color #5EBF4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EBF4A is #A140B5. Grayscale: #959595. Windows color (decimal): -10567862 or 4898654. OLE color: 4898654.
HSL color Cylindrical-coordinate representation of color #5EBF4A: hue angle of 109.74º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EBF4A is Cyan = 0.51, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 191 | 74 | - |
| CMYK | 0.51 | 0 | 0.61 | 0.25 |
| HSL | 109.74º | 0.48% | 0.52% | - |
| HSV(B) | 109.74º | 0.61% | 0.75% | - |
| XYZ | 24.48 | 40.14 | 12.94 | - |
| YUV | 148.66 | 85.86 | 89.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 191 | 74 | 0.51 | 0 | 0.61 | 0.25 | 109.74 | 0.48 | 0.52 |
| Hex | 5E | BF | 4A | 33 | 0 | 3D | 19 | 6E | 30 | 34 |
| Octal | 136 | 277 | 112 | 63 | 0 | 75 | 31 | 156 | 60 | 64 |
| Binary | 1011110 | 10111111 | 1001010 | 110011 | 0 | 111101 | 11001 | 1101110 | 110000 | 110100 |
Color Harmonies of #5EBF4A
Complementary color
Monochromatic Colors of #5EBF4A
Black with #5EBF4A
Text Example
Text Example
White with #5EBF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBF4A; }
p { color: rgb(94,191,74); }
H1.HeaderClassName
{
color: #5EBF4A;
}
.AnyTagClassName
{
color: #5EBF4A;
}
</style>
background-color css
<style>
a { background-color: #5EBF4A; }
a { background-color: rgb(94,191,74); }
div.DivClassName
{
background-color: #5EBF4A;
}
.BgClassName
{
background-color: #5EBF4A;
}
</style>
border-color css
<style>
span { border-color: #5EBF4A; }
span { border-color: rgb(94,191,74); }
td.TdClassName
{
border-color: #5EBF4A;
}
.TagClassName
{
border-color: #5EBF4A;
}
</style>