Shades of Apple #5ECF3D
Tints of Apple #5ECF3D
RGB
CMYK
RGB Variations
Color information
#5ECF3D (or 0x5ECF3D) is known color: Apple. HEX triplet: 5E, CF and 3D. RGB value is (94,207,61). Sum of RGB (Red+Green+Blue) = 94+207+61=362 (47% of max value = 765). Red value is 94 (37.11% from 255 or 25.97% from 362); Green value is 207 (81.25% from 255 or 57.18% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 207 - color contains mainly: green. Hex color #5ECF3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ECF3D is #A130C2. Grayscale: #9D9D9D. Windows color (decimal): -10563779 or 4050782. OLE color: 4050782.
HSL color Cylindrical-coordinate representation of color #5ECF3D: hue angle of 106.44º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5ECF3D is Cyan = 0.55, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 207 | 61 | - |
| CMYK | 0.55 | 0 | 0.71 | 0.19 |
| HSL | 106.44º | 0.6% | 0.53% | - |
| HSV(B) | 106.44º | 0.71% | 0.81% | - |
| XYZ | 27.77 | 47.34 | 12.09 | - |
| YUV | 156.57 | 74.06 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 207 | 61 | 0.55 | 0 | 0.71 | 0.19 | 106.44 | 0.6 | 0.53 |
| Hex | 5E | CF | 3D | 37 | 0 | 47 | 13 | 6A | 3C | 35 |
| Octal | 136 | 317 | 75 | 67 | 0 | 107 | 23 | 152 | 74 | 65 |
| Binary | 1011110 | 11001111 | 111101 | 110111 | 0 | 1000111 | 10011 | 1101010 | 111100 | 110101 |
Color Harmonies of #5ECF3D
Complementary color
Monochromatic Colors of #5ECF3D
Black with #5ECF3D
Text Example
Text Example
White with #5ECF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECF3D; }
p { color: rgb(94,207,61); }
H1.HeaderClassName
{
color: #5ECF3D;
}
.AnyTagClassName
{
color: #5ECF3D;
}
</style>
background-color css
<style>
a { background-color: #5ECF3D; }
a { background-color: rgb(94,207,61); }
div.DivClassName
{
background-color: #5ECF3D;
}
.BgClassName
{
background-color: #5ECF3D;
}
</style>
border-color css
<style>
span { border-color: #5ECF3D; }
span { border-color: rgb(94,207,61); }
td.TdClassName
{
border-color: #5ECF3D;
}
.TagClassName
{
border-color: #5ECF3D;
}
</style>