Shades of Apple #5FD133
Tints of Apple #5FD133
RGB
CMYK
RGB Variations
Color information
#5FD133 (or 0x5FD133) is known color: Apple. HEX triplet: 5F, D1 and 33. RGB value is (95,209,51). Sum of RGB (Red+Green+Blue) = 95+209+51=355 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.76% from 355); Green value is 209 (82.03% from 255 or 58.87% from 355); Blue value is 51 (20.31% from 255 or 14.37% from 355); Max value from RGB is 209 - color contains mainly: green. Hex color #5FD133 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD133 is #A02ECC. Grayscale: #9D9D9D. Windows color (decimal): -10497741 or 3395935. OLE color: 3395935.
HSL color Cylindrical-coordinate representation of color #5FD133: hue angle of 103.29º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5FD133 is Cyan = 0.55, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 209 | 51 | - |
| CMYK | 0.55 | 0 | 0.76 | 0.18 |
| HSL | 103.29º | 0.63% | 0.51% | - |
| HSV(B) | 103.29º | 0.76% | 0.82% | - |
| XYZ | 28.12 | 48.27 | 10.97 | - |
| YUV | 156.9 | 68.23 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 209 | 51 | 0.55 | 0 | 0.76 | 0.18 | 103.29 | 0.63 | 0.51 |
| Hex | 5F | D1 | 33 | 37 | 0 | 4C | 12 | 67 | 3F | 33 |
| Octal | 137 | 321 | 63 | 67 | 0 | 114 | 22 | 147 | 77 | 63 |
| Binary | 1011111 | 11010001 | 110011 | 110111 | 0 | 1001100 | 10010 | 1100111 | 111111 | 110011 |
Color Harmonies of #5FD133
Complementary color
Monochromatic Colors of #5FD133
Black with #5FD133
Text Example
Text Example
White with #5FD133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD133; }
p { color: rgb(95,209,51); }
H1.HeaderClassName
{
color: #5FD133;
}
.AnyTagClassName
{
color: #5FD133;
}
</style>
background-color css
<style>
a { background-color: #5FD133; }
a { background-color: rgb(95,209,51); }
div.DivClassName
{
background-color: #5FD133;
}
.BgClassName
{
background-color: #5FD133;
}
</style>
border-color css
<style>
span { border-color: #5FD133; }
span { border-color: rgb(95,209,51); }
td.TdClassName
{
border-color: #5FD133;
}
.TagClassName
{
border-color: #5FD133;
}
</style>