Shades of Apple #5FB94A
Tints of Apple #5FB94A
RGB
CMYK
RGB Variations
Color information
#5FB94A (or 0x5FB94A) is known color: Apple. HEX triplet: 5F, B9 and 4A. RGB value is (95,185,74). Sum of RGB (Red+Green+Blue) = 95+185+74=354 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.84% from 354); Green value is 185 (72.66% from 255 or 52.26% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 185 - color contains mainly: green. Hex color #5FB94A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FB94A is #A046B5. Grayscale: #919191. Windows color (decimal): -10503862 or 4897119. OLE color: 4897119.
HSL color Cylindrical-coordinate representation of color #5FB94A: hue angle of 108.65º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FB94A is Cyan = 0.49, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 185 | 74 | - |
| CMYK | 0.49 | 0 | 0.6 | 0.27 |
| HSL | 108.65º | 0.44% | 0.51% | - |
| HSV(B) | 108.65º | 0.6% | 0.73% | - |
| XYZ | 23.3 | 37.63 | 12.51 | - |
| YUV | 145.44 | 87.68 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 185 | 74 | 0.49 | 0 | 0.6 | 0.27 | 108.65 | 0.44 | 0.51 |
| Hex | 5F | B9 | 4A | 31 | 0 | 3C | 1B | 6D | 2C | 33 |
| Octal | 137 | 271 | 112 | 61 | 0 | 74 | 33 | 155 | 54 | 63 |
| Binary | 1011111 | 10111001 | 1001010 | 110001 | 0 | 111100 | 11011 | 1101101 | 101100 | 110011 |
Color Harmonies of #5FB94A
Complementary color
Monochromatic Colors of #5FB94A
Black with #5FB94A
Text Example
Text Example
White with #5FB94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB94A; }
p { color: rgb(95,185,74); }
H1.HeaderClassName
{
color: #5FB94A;
}
.AnyTagClassName
{
color: #5FB94A;
}
</style>
background-color css
<style>
a { background-color: #5FB94A; }
a { background-color: rgb(95,185,74); }
div.DivClassName
{
background-color: #5FB94A;
}
.BgClassName
{
background-color: #5FB94A;
}
</style>
border-color css
<style>
span { border-color: #5FB94A; }
span { border-color: rgb(95,185,74); }
td.TdClassName
{
border-color: #5FB94A;
}
.TagClassName
{
border-color: #5FB94A;
}
</style>