Shades of Apple #5FB831
Tints of Apple #5FB831
RGB
CMYK
RGB Variations
Color information
#5FB831 (or 0x5FB831) is known color: Apple. HEX triplet: 5F, B8 and 31. RGB value is (95,184,49). Sum of RGB (Red+Green+Blue) = 95+184+49=328 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.96% from 328); Green value is 184 (72.27% from 255 or 56.10% from 328); Blue value is 49 (19.53% from 255 or 14.94% from 328); Max value from RGB is 184 - color contains mainly: green. Hex color #5FB831 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FB831 is #A047CE. Grayscale: #8E8E8E. Windows color (decimal): -10504143 or 3258463. OLE color: 3258463.
HSL color Cylindrical-coordinate representation of color #5FB831: hue angle of 99.56º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5FB831 is Cyan = 0.48, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 95 | 184 | 49 | - |
| CMYK | 0.48 | 0 | 0.73 | 0.28 |
| HSL | 99.56º | 0.58% | 0.46% | - |
| HSV(B) | 99.56º | 0.73% | 0.72% | - |
| XYZ | 22.41 | 36.94 | 8.85 | - |
| YUV | 142 | 75.51 | 94.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 184 | 49 | 0.48 | 0 | 0.73 | 0.28 | 99.56 | 0.58 | 0.46 |
| Hex | 5F | B8 | 31 | 30 | 0 | 49 | 1C | 64 | 3A | 2E |
| Octal | 137 | 270 | 61 | 60 | 0 | 111 | 34 | 144 | 72 | 56 |
| Binary | 1011111 | 10111000 | 110001 | 110000 | 0 | 1001001 | 11100 | 1100100 | 111010 | 101110 |
Color Harmonies of #5FB831
Complementary color
Monochromatic Colors of #5FB831
Black with #5FB831
Text Example
Text Example
White with #5FB831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB831; }
p { color: rgb(95,184,49); }
H1.HeaderClassName
{
color: #5FB831;
}
.AnyTagClassName
{
color: #5FB831;
}
</style>
background-color css
<style>
a { background-color: #5FB831; }
a { background-color: rgb(95,184,49); }
div.DivClassName
{
background-color: #5FB831;
}
.BgClassName
{
background-color: #5FB831;
}
</style>
border-color css
<style>
span { border-color: #5FB831; }
span { border-color: rgb(95,184,49); }
td.TdClassName
{
border-color: #5FB831;
}
.TagClassName
{
border-color: #5FB831;
}
</style>