Shades of Apple #5FC132
Tints of Apple #5FC132
RGB
CMYK
RGB Variations
Color information
#5FC132 (or 0x5FC132) is known color: Apple. HEX triplet: 5F, C1 and 32. RGB value is (95,193,50). Sum of RGB (Red+Green+Blue) = 95+193+50=338 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.11% from 338); Green value is 193 (75.78% from 255 or 57.10% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 193 - color contains mainly: green. Hex color #5FC132 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC132 is #A03ECD. Grayscale: #939393. Windows color (decimal): -10501838 or 3326303. OLE color: 3326303.
HSL color Cylindrical-coordinate representation of color #5FC132: hue angle of 101.12º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5FC132 is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 193 | 50 | - |
| CMYK | 0.51 | 0 | 0.74 | 0.24 |
| HSL | 101.12º | 0.59% | 0.48% | - |
| HSV(B) | 101.12º | 0.74% | 0.76% | - |
| XYZ | 24.37 | 40.8 | 9.61 | - |
| YUV | 147.4 | 73.03 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 193 | 50 | 0.51 | 0 | 0.74 | 0.24 | 101.12 | 0.59 | 0.48 |
| Hex | 5F | C1 | 32 | 33 | 0 | 4A | 18 | 65 | 3B | 30 |
| Octal | 137 | 301 | 62 | 63 | 0 | 112 | 30 | 145 | 73 | 60 |
| Binary | 1011111 | 11000001 | 110010 | 110011 | 0 | 1001010 | 11000 | 1100101 | 111011 | 110000 |
Color Harmonies of #5FC132
Complementary color
Monochromatic Colors of #5FC132
Black with #5FC132
Text Example
Text Example
White with #5FC132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC132; }
p { color: rgb(95,193,50); }
H1.HeaderClassName
{
color: #5FC132;
}
.AnyTagClassName
{
color: #5FC132;
}
</style>
background-color css
<style>
a { background-color: #5FC132; }
a { background-color: rgb(95,193,50); }
div.DivClassName
{
background-color: #5FC132;
}
.BgClassName
{
background-color: #5FC132;
}
</style>
border-color css
<style>
span { border-color: #5FC132; }
span { border-color: rgb(95,193,50); }
td.TdClassName
{
border-color: #5FC132;
}
.TagClassName
{
border-color: #5FC132;
}
</style>