Shades of Apple #5FB135
Tints of Apple #5FB135
RGB
CMYK
RGB Variations
Color information
#5FB135 (or 0x5FB135) is known color: Apple. HEX triplet: 5F, B1 and 35. RGB value is (95,177,53). Sum of RGB (Red+Green+Blue) = 95+177+53=325 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.23% from 325); Green value is 177 (69.53% from 255 or 54.46% from 325); Blue value is 53 (21.09% from 255 or 16.31% from 325); Max value from RGB is 177 - color contains mainly: green. Hex color #5FB135 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FB135 is #A04ECA. Grayscale: #8A8A8A. Windows color (decimal): -10505931 or 3518815. OLE color: 3518815.
HSL color Cylindrical-coordinate representation of color #5FB135: hue angle of 99.68º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5FB135 is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 177 | 53 | - |
| CMYK | 0.46 | 0 | 0.70 | 0.31 |
| HSL | 99.68º | 0.54% | 0.45% | - |
| HSV(B) | 99.68º | 0.7% | 0.69% | - |
| XYZ | 21.08 | 34.13 | 8.85 | - |
| YUV | 138.35 | 79.83 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 177 | 53 | 0.46 | 0 | 0.70 | 0.31 | 99.68 | 0.54 | 0.45 |
| Hex | 5F | B1 | 35 | 2E | 0 | 46 | 1F | 64 | 36 | 2D |
| Octal | 137 | 261 | 65 | 56 | 0 | 106 | 37 | 144 | 66 | 55 |
| Binary | 1011111 | 10110001 | 110101 | 101110 | 0 | 1000110 | 11111 | 1100100 | 110110 | 101101 |
Color Harmonies of #5FB135
Complementary color
Monochromatic Colors of #5FB135
Black with #5FB135
Text Example
Text Example
White with #5FB135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB135; }
p { color: rgb(95,177,53); }
H1.HeaderClassName
{
color: #5FB135;
}
.AnyTagClassName
{
color: #5FB135;
}
</style>
background-color css
<style>
a { background-color: #5FB135; }
a { background-color: rgb(95,177,53); }
div.DivClassName
{
background-color: #5FB135;
}
.BgClassName
{
background-color: #5FB135;
}
</style>
border-color css
<style>
span { border-color: #5FB135; }
span { border-color: rgb(95,177,53); }
td.TdClassName
{
border-color: #5FB135;
}
.TagClassName
{
border-color: #5FB135;
}
</style>