Shades of Apple #5ECA42
Tints of Apple #5ECA42
RGB
CMYK
RGB Variations
Color information
#5ECA42 (or 0x5ECA42) is known color: Apple. HEX triplet: 5E, CA and 42. RGB value is (94,202,66). Sum of RGB (Red+Green+Blue) = 94+202+66=362 (47% of max value = 765). Red value is 94 (37.11% from 255 or 25.97% from 362); Green value is 202 (79.30% from 255 or 55.80% from 362); Blue value is 66 (26.17% from 255 or 18.23% from 362); Max value from RGB is 202 - color contains mainly: green. Hex color #5ECA42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ECA42 is #A135BD. Grayscale: #9A9A9A. Windows color (decimal): -10565054 or 4377182. OLE color: 4377182.
HSL color Cylindrical-coordinate representation of color #5ECA42: hue angle of 107.65º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5ECA42 is Cyan = 0.53, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 202 | 66 | - |
| CMYK | 0.53 | 0 | 0.67 | 0.21 |
| HSL | 107.65º | 0.56% | 0.53% | - |
| HSV(B) | 107.65º | 0.67% | 0.79% | - |
| XYZ | 26.72 | 45.01 | 12.43 | - |
| YUV | 154.2 | 78.22 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 202 | 66 | 0.53 | 0 | 0.67 | 0.21 | 107.65 | 0.56 | 0.53 |
| Hex | 5E | CA | 42 | 35 | 0 | 43 | 15 | 6C | 38 | 35 |
| Octal | 136 | 312 | 102 | 65 | 0 | 103 | 25 | 154 | 70 | 65 |
| Binary | 1011110 | 11001010 | 1000010 | 110101 | 0 | 1000011 | 10101 | 1101100 | 111000 | 110101 |
Color Harmonies of #5ECA42
Complementary color
Monochromatic Colors of #5ECA42
Black with #5ECA42
Text Example
Text Example
White with #5ECA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECA42; }
p { color: rgb(94,202,66); }
H1.HeaderClassName
{
color: #5ECA42;
}
.AnyTagClassName
{
color: #5ECA42;
}
</style>
background-color css
<style>
a { background-color: #5ECA42; }
a { background-color: rgb(94,202,66); }
div.DivClassName
{
background-color: #5ECA42;
}
.BgClassName
{
background-color: #5ECA42;
}
</style>
border-color css
<style>
span { border-color: #5ECA42; }
span { border-color: rgb(94,202,66); }
td.TdClassName
{
border-color: #5ECA42;
}
.TagClassName
{
border-color: #5ECA42;
}
</style>