Shades of Apple #5FB452
Tints of Apple #5FB452
RGB
CMYK
RGB Variations
Color information
#5FB452 (or 0x5FB452) is known color: Apple. HEX triplet: 5F, B4 and 52. RGB value is (95,180,82). Sum of RGB (Red+Green+Blue) = 95+180+82=357 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.61% from 357); Green value is 180 (70.70% from 255 or 50.42% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 180 - color contains mainly: green. Hex color #5FB452 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FB452 is #A04BAD. Grayscale: #8F8F8F. Windows color (decimal): -10505134 or 5420127. OLE color: 5420127.
HSL color Cylindrical-coordinate representation of color #5FB452: hue angle of 112.04º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FB452 is Cyan = 0.47, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 95 | 180 | 82 | - |
| CMYK | 0.47 | 0 | 0.54 | 0.29 |
| HSL | 112.04º | 0.4% | 0.51% | - |
| HSV(B) | 112.04º | 0.54% | 0.71% | - |
| XYZ | 22.56 | 35.68 | 13.68 | - |
| YUV | 143.41 | 93.34 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 180 | 82 | 0.47 | 0 | 0.54 | 0.29 | 112.04 | 0.4 | 0.51 |
| Hex | 5F | B4 | 52 | 2F | 0 | 36 | 1D | 70 | 28 | 33 |
| Octal | 137 | 264 | 122 | 57 | 0 | 66 | 35 | 160 | 50 | 63 |
| Binary | 1011111 | 10110100 | 1010010 | 101111 | 0 | 110110 | 11101 | 1110000 | 101000 | 110011 |
Color Harmonies of #5FB452
Complementary color
Monochromatic Colors of #5FB452
Black with #5FB452
Text Example
Text Example
White with #5FB452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB452; }
p { color: rgb(95,180,82); }
H1.HeaderClassName
{
color: #5FB452;
}
.AnyTagClassName
{
color: #5FB452;
}
</style>
background-color css
<style>
a { background-color: #5FB452; }
a { background-color: rgb(95,180,82); }
div.DivClassName
{
background-color: #5FB452;
}
.BgClassName
{
background-color: #5FB452;
}
</style>
border-color css
<style>
span { border-color: #5FB452; }
span { border-color: rgb(95,180,82); }
td.TdClassName
{
border-color: #5FB452;
}
.TagClassName
{
border-color: #5FB452;
}
</style>