Shades of Apple #5FB94B
Tints of Apple #5FB94B
RGB
CMYK
RGB Variations
Color information
#5FB94B (or 0x5FB94B) is known color: Apple. HEX triplet: 5F, B9 and 4B. RGB value is (95,185,75). Sum of RGB (Red+Green+Blue) = 95+185+75=355 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.76% from 355); Green value is 185 (72.66% from 255 or 52.11% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 185 - color contains mainly: green. Hex color #5FB94B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FB94B is #A046B4. Grayscale: #919191. Windows color (decimal): -10503861 or 4962655. OLE color: 4962655.
HSL color Cylindrical-coordinate representation of color #5FB94B: hue angle of 109.09º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FB94B is Cyan = 0.49, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 185 | 75 | - |
| CMYK | 0.49 | 0 | 0.59 | 0.27 |
| HSL | 109.09º | 0.44% | 0.51% | - |
| HSV(B) | 109.09º | 0.59% | 0.73% | - |
| XYZ | 23.34 | 37.64 | 12.69 | - |
| YUV | 145.55 | 88.18 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 185 | 75 | 0.49 | 0 | 0.59 | 0.27 | 109.09 | 0.44 | 0.51 |
| Hex | 5F | B9 | 4B | 31 | 0 | 3B | 1B | 6D | 2C | 33 |
| Octal | 137 | 271 | 113 | 61 | 0 | 73 | 33 | 155 | 54 | 63 |
| Binary | 1011111 | 10111001 | 1001011 | 110001 | 0 | 111011 | 11011 | 1101101 | 101100 | 110011 |
Color Harmonies of #5FB94B
Complementary color
Monochromatic Colors of #5FB94B
Black with #5FB94B
Text Example
Text Example
White with #5FB94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB94B; }
p { color: rgb(95,185,75); }
H1.HeaderClassName
{
color: #5FB94B;
}
.AnyTagClassName
{
color: #5FB94B;
}
</style>
background-color css
<style>
a { background-color: #5FB94B; }
a { background-color: rgb(95,185,75); }
div.DivClassName
{
background-color: #5FB94B;
}
.BgClassName
{
background-color: #5FB94B;
}
</style>
border-color css
<style>
span { border-color: #5FB94B; }
span { border-color: rgb(95,185,75); }
td.TdClassName
{
border-color: #5FB94B;
}
.TagClassName
{
border-color: #5FB94B;
}
</style>