Shades of Apple #5EAF3F
Tints of Apple #5EAF3F
RGB
CMYK
RGB Variations
Color information
#5EAF3F (or 0x5EAF3F) is known color: Apple. HEX triplet: 5E, AF and 3F. RGB value is (94,175,63). Sum of RGB (Red+Green+Blue) = 94+175+63=332 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.31% from 332); Green value is 175 (68.75% from 255 or 52.71% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAF3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAF3F is #A150C0. Grayscale: #8A8A8A. Windows color (decimal): -10571969 or 4173662. OLE color: 4173662.
HSL color Cylindrical-coordinate representation of color #5EAF3F: hue angle of 103.39º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5EAF3F is Cyan = 0.46, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 94 | 175 | 63 | - |
| CMYK | 0.46 | 0 | 0.64 | 0.31 |
| HSL | 103.39º | 0.47% | 0.47% | - |
| HSV(B) | 103.39º | 0.64% | 0.69% | - |
| XYZ | 20.84 | 33.4 | 10.05 | - |
| YUV | 138.01 | 85.66 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 175 | 63 | 0.46 | 0 | 0.64 | 0.31 | 103.39 | 0.47 | 0.47 |
| Hex | 5E | AF | 3F | 2E | 0 | 40 | 1F | 67 | 2F | 2F |
| Octal | 136 | 257 | 77 | 56 | 0 | 100 | 37 | 147 | 57 | 57 |
| Binary | 1011110 | 10101111 | 111111 | 101110 | 0 | 1000000 | 11111 | 1100111 | 101111 | 101111 |
Color Harmonies of #5EAF3F
Complementary color
Monochromatic Colors of #5EAF3F
Black with #5EAF3F
Text Example
Text Example
White with #5EAF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAF3F; }
p { color: rgb(94,175,63); }
H1.HeaderClassName
{
color: #5EAF3F;
}
.AnyTagClassName
{
color: #5EAF3F;
}
</style>
background-color css
<style>
a { background-color: #5EAF3F; }
a { background-color: rgb(94,175,63); }
div.DivClassName
{
background-color: #5EAF3F;
}
.BgClassName
{
background-color: #5EAF3F;
}
</style>
border-color css
<style>
span { border-color: #5EAF3F; }
span { border-color: rgb(94,175,63); }
td.TdClassName
{
border-color: #5EAF3F;
}
.TagClassName
{
border-color: #5EAF3F;
}
</style>