Shades of Apple #5FB952
Tints of Apple #5FB952
RGB
CMYK
RGB Variations
Color information
#5FB952 (or 0x5FB952) is known color: Apple. HEX triplet: 5F, B9 and 52. RGB value is (95,185,82). Sum of RGB (Red+Green+Blue) = 95+185+82=362 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.24% from 362); Green value is 185 (72.66% from 255 or 51.10% from 362); Blue value is 82 (32.42% from 255 or 22.65% from 362); Max value from RGB is 185 - color contains mainly: green. Hex color #5FB952 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FB952 is #A046AD. Grayscale: #929292. Windows color (decimal): -10503854 or 5421407. OLE color: 5421407.
HSL color Cylindrical-coordinate representation of color #5FB952: hue angle of 112.43º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FB952 is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 185 | 82 | - |
| CMYK | 0.49 | 0 | 0.56 | 0.27 |
| HSL | 112.43º | 0.42% | 0.52% | - |
| HSV(B) | 112.43º | 0.56% | 0.73% | - |
| XYZ | 23.59 | 37.74 | 14.02 | - |
| YUV | 146.35 | 91.68 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 185 | 82 | 0.49 | 0 | 0.56 | 0.27 | 112.43 | 0.42 | 0.52 |
| Hex | 5F | B9 | 52 | 31 | 0 | 38 | 1B | 70 | 2A | 34 |
| Octal | 137 | 271 | 122 | 61 | 0 | 70 | 33 | 160 | 52 | 64 |
| Binary | 1011111 | 10111001 | 1010010 | 110001 | 0 | 111000 | 11011 | 1110000 | 101010 | 110100 |
Color Harmonies of #5FB952
Complementary color
Monochromatic Colors of #5FB952
Black with #5FB952
Text Example
Text Example
White with #5FB952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB952; }
p { color: rgb(95,185,82); }
H1.HeaderClassName
{
color: #5FB952;
}
.AnyTagClassName
{
color: #5FB952;
}
</style>
background-color css
<style>
a { background-color: #5FB952; }
a { background-color: rgb(95,185,82); }
div.DivClassName
{
background-color: #5FB952;
}
.BgClassName
{
background-color: #5FB952;
}
</style>
border-color css
<style>
span { border-color: #5FB952; }
span { border-color: rgb(95,185,82); }
td.TdClassName
{
border-color: #5FB952;
}
.TagClassName
{
border-color: #5FB952;
}
</style>