Shades of Apple #5EBF3C
Tints of Apple #5EBF3C
RGB
CMYK
RGB Variations
Color information
#5EBF3C (or 0x5EBF3C) is known color: Apple. HEX triplet: 5E, BF and 3C. RGB value is (94,191,60). Sum of RGB (Red+Green+Blue) = 94+191+60=345 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.25% from 345); Green value is 191 (75% from 255 or 55.36% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 191 - color contains mainly: green. Hex color #5EBF3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EBF3C is #A140C3. Grayscale: #939393. Windows color (decimal): -10567876 or 3981150. OLE color: 3981150.
HSL color Cylindrical-coordinate representation of color #5EBF3C: hue angle of 104.43º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5EBF3C is Cyan = 0.51, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 191 | 60 | - |
| CMYK | 0.51 | 0 | 0.69 | 0.25 |
| HSL | 104.43º | 0.52% | 0.49% | - |
| HSV(B) | 104.43º | 0.69% | 0.75% | - |
| XYZ | 24.06 | 39.97 | 10.72 | - |
| YUV | 147.06 | 78.86 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 191 | 60 | 0.51 | 0 | 0.69 | 0.25 | 104.43 | 0.52 | 0.49 |
| Hex | 5E | BF | 3C | 33 | 0 | 45 | 19 | 68 | 34 | 31 |
| Octal | 136 | 277 | 74 | 63 | 0 | 105 | 31 | 150 | 64 | 61 |
| Binary | 1011110 | 10111111 | 111100 | 110011 | 0 | 1000101 | 11001 | 1101000 | 110100 | 110001 |
Color Harmonies of #5EBF3C
Complementary color
Monochromatic Colors of #5EBF3C
Black with #5EBF3C
Text Example
Text Example
White with #5EBF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBF3C; }
p { color: rgb(94,191,60); }
H1.HeaderClassName
{
color: #5EBF3C;
}
.AnyTagClassName
{
color: #5EBF3C;
}
</style>
background-color css
<style>
a { background-color: #5EBF3C; }
a { background-color: rgb(94,191,60); }
div.DivClassName
{
background-color: #5EBF3C;
}
.BgClassName
{
background-color: #5EBF3C;
}
</style>
border-color css
<style>
span { border-color: #5EBF3C; }
span { border-color: rgb(94,191,60); }
td.TdClassName
{
border-color: #5EBF3C;
}
.TagClassName
{
border-color: #5EBF3C;
}
</style>