Shades of Apple #5FD349
Tints of Apple #5FD349
RGB
CMYK
RGB Variations
Color information
#5FD349 (or 0x5FD349) is known color: Apple. HEX triplet: 5F, D3 and 49. RGB value is (95,211,73). Sum of RGB (Red+Green+Blue) = 95+211+73=379 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.07% from 379); Green value is 211 (82.81% from 255 or 55.67% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 211 - color contains mainly: green. Hex color #5FD349 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD349 is #A02CB6. Grayscale: #A1A1A1. Windows color (decimal): -10497207 or 4838239. OLE color: 4838239.
HSL color Cylindrical-coordinate representation of color #5FD349: hue angle of 110.43º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5FD349 is Cyan = 0.55, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 95 | 211 | 73 | - |
| CMYK | 0.55 | 0 | 0.65 | 0.17 |
| HSL | 110.43º | 0.61% | 0.56% | - |
| HSV(B) | 110.43º | 0.65% | 0.83% | - |
| XYZ | 29.22 | 49.5 | 14.32 | - |
| YUV | 160.58 | 78.57 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 211 | 73 | 0.55 | 0 | 0.65 | 0.17 | 110.43 | 0.61 | 0.56 |
| Hex | 5F | D3 | 49 | 37 | 0 | 41 | 11 | 6E | 3D | 38 |
| Octal | 137 | 323 | 111 | 67 | 0 | 101 | 21 | 156 | 75 | 70 |
| Binary | 1011111 | 11010011 | 1001001 | 110111 | 0 | 1000001 | 10001 | 1101110 | 111101 | 111000 |
Color Harmonies of #5FD349
Complementary color
Monochromatic Colors of #5FD349
Black with #5FD349
Text Example
Text Example
White with #5FD349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD349; }
p { color: rgb(95,211,73); }
H1.HeaderClassName
{
color: #5FD349;
}
.AnyTagClassName
{
color: #5FD349;
}
</style>
background-color css
<style>
a { background-color: #5FD349; }
a { background-color: rgb(95,211,73); }
div.DivClassName
{
background-color: #5FD349;
}
.BgClassName
{
background-color: #5FD349;
}
</style>
border-color css
<style>
span { border-color: #5FD349; }
span { border-color: rgb(95,211,73); }
td.TdClassName
{
border-color: #5FD349;
}
.TagClassName
{
border-color: #5FD349;
}
</style>