Shades of Apple #5ECF44
Tints of Apple #5ECF44
RGB
CMYK
RGB Variations
Color information
#5ECF44 (or 0x5ECF44) is known color: Apple. HEX triplet: 5E, CF and 44. RGB value is (94,207,68). Sum of RGB (Red+Green+Blue) = 94+207+68=369 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.47% from 369); Green value is 207 (81.25% from 255 or 56.10% from 369); Blue value is 68 (26.95% from 255 or 18.43% from 369); Max value from RGB is 207 - color contains mainly: green. Hex color #5ECF44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ECF44 is #A130BB. Grayscale: #9D9D9D. Windows color (decimal): -10563772 or 4509534. OLE color: 4509534.
HSL color Cylindrical-coordinate representation of color #5ECF44: hue angle of 108.78º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5ECF44 is Cyan = 0.55, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 207 | 68 | - |
| CMYK | 0.55 | 0 | 0.67 | 0.19 |
| HSL | 108.78º | 0.59% | 0.54% | - |
| HSV(B) | 108.78º | 0.67% | 0.81% | - |
| XYZ | 27.97 | 47.42 | 13.15 | - |
| YUV | 157.37 | 77.56 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 207 | 68 | 0.55 | 0 | 0.67 | 0.19 | 108.78 | 0.59 | 0.54 |
| Hex | 5E | CF | 44 | 37 | 0 | 43 | 13 | 6D | 3B | 36 |
| Octal | 136 | 317 | 104 | 67 | 0 | 103 | 23 | 155 | 73 | 66 |
| Binary | 1011110 | 11001111 | 1000100 | 110111 | 0 | 1000011 | 10011 | 1101101 | 111011 | 110110 |
Color Harmonies of #5ECF44
Complementary color
Monochromatic Colors of #5ECF44
Black with #5ECF44
Text Example
Text Example
White with #5ECF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECF44; }
p { color: rgb(94,207,68); }
H1.HeaderClassName
{
color: #5ECF44;
}
.AnyTagClassName
{
color: #5ECF44;
}
</style>
background-color css
<style>
a { background-color: #5ECF44; }
a { background-color: rgb(94,207,68); }
div.DivClassName
{
background-color: #5ECF44;
}
.BgClassName
{
background-color: #5ECF44;
}
</style>
border-color css
<style>
span { border-color: #5ECF44; }
span { border-color: rgb(94,207,68); }
td.TdClassName
{
border-color: #5ECF44;
}
.TagClassName
{
border-color: #5ECF44;
}
</style>