Shades of Apple #5FC932
Tints of Apple #5FC932
RGB
CMYK
RGB Variations
Color information
#5FC932 (or 0x5FC932) is known color: Apple. HEX triplet: 5F, C9 and 32. RGB value is (95,201,50). Sum of RGB (Red+Green+Blue) = 95+201+50=346 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.46% from 346); Green value is 201 (78.91% from 255 or 58.09% from 346); Blue value is 50 (19.92% from 255 or 14.45% from 346); Max value from RGB is 201 - color contains mainly: green. Hex color #5FC932 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC932 is #A036CD. Grayscale: #989898. Windows color (decimal): -10499790 or 3328351. OLE color: 3328351.
HSL color Cylindrical-coordinate representation of color #5FC932: hue angle of 102.12º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5FC932 is Cyan = 0.53, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 201 | 50 | - |
| CMYK | 0.53 | 0 | 0.75 | 0.21 |
| HSL | 102.12º | 0.6% | 0.49% | - |
| HSV(B) | 102.12º | 0.75% | 0.79% | - |
| XYZ | 26.18 | 44.44 | 10.21 | - |
| YUV | 152.09 | 70.38 | 87.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 201 | 50 | 0.53 | 0 | 0.75 | 0.21 | 102.12 | 0.6 | 0.49 |
| Hex | 5F | C9 | 32 | 35 | 0 | 4B | 15 | 66 | 3C | 31 |
| Octal | 137 | 311 | 62 | 65 | 0 | 113 | 25 | 146 | 74 | 61 |
| Binary | 1011111 | 11001001 | 110010 | 110101 | 0 | 1001011 | 10101 | 1100110 | 111100 | 110001 |
Color Harmonies of #5FC932
Complementary color
Monochromatic Colors of #5FC932
Black with #5FC932
Text Example
Text Example
White with #5FC932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC932; }
p { color: rgb(95,201,50); }
H1.HeaderClassName
{
color: #5FC932;
}
.AnyTagClassName
{
color: #5FC932;
}
</style>
background-color css
<style>
a { background-color: #5FC932; }
a { background-color: rgb(95,201,50); }
div.DivClassName
{
background-color: #5FC932;
}
.BgClassName
{
background-color: #5FC932;
}
</style>
border-color css
<style>
span { border-color: #5FC932; }
span { border-color: rgb(95,201,50); }
td.TdClassName
{
border-color: #5FC932;
}
.TagClassName
{
border-color: #5FC932;
}
</style>