Shades of Apple #5FB344
Tints of Apple #5FB344
RGB
CMYK
RGB Variations
Color information
#5FB344 (or 0x5FB344) is known color: Apple. HEX triplet: 5F, B3 and 44. RGB value is (95,179,68). Sum of RGB (Red+Green+Blue) = 95+179+68=342 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.78% from 342); Green value is 179 (70.31% from 255 or 52.34% from 342); Blue value is 68 (26.95% from 255 or 19.88% from 342); Max value from RGB is 179 - color contains mainly: green. Hex color #5FB344 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FB344 is #A04CBB. Grayscale: #8D8D8D. Windows color (decimal): -10505404 or 4502367. OLE color: 4502367.
HSL color Cylindrical-coordinate representation of color #5FB344: hue angle of 105.41º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FB344 is Cyan = 0.47, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 95 | 179 | 68 | - |
| CMYK | 0.47 | 0 | 0.62 | 0.30 |
| HSL | 105.41º | 0.45% | 0.48% | - |
| HSV(B) | 105.41º | 0.62% | 0.7% | - |
| XYZ | 21.88 | 35.09 | 11.09 | - |
| YUV | 141.23 | 86.67 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 179 | 68 | 0.47 | 0 | 0.62 | 0.30 | 105.41 | 0.45 | 0.48 |
| Hex | 5F | B3 | 44 | 2F | 0 | 3E | 1E | 69 | 2D | 30 |
| Octal | 137 | 263 | 104 | 57 | 0 | 76 | 36 | 151 | 55 | 60 |
| Binary | 1011111 | 10110011 | 1000100 | 101111 | 0 | 111110 | 11110 | 1101001 | 101101 | 110000 |
Color Harmonies of #5FB344
Complementary color
Monochromatic Colors of #5FB344
Black with #5FB344
Text Example
Text Example
White with #5FB344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB344; }
p { color: rgb(95,179,68); }
H1.HeaderClassName
{
color: #5FB344;
}
.AnyTagClassName
{
color: #5FB344;
}
</style>
background-color css
<style>
a { background-color: #5FB344; }
a { background-color: rgb(95,179,68); }
div.DivClassName
{
background-color: #5FB344;
}
.BgClassName
{
background-color: #5FB344;
}
</style>
border-color css
<style>
span { border-color: #5FB344; }
span { border-color: rgb(95,179,68); }
td.TdClassName
{
border-color: #5FB344;
}
.TagClassName
{
border-color: #5FB344;
}
</style>