Shades of Apple #5FC944
Tints of Apple #5FC944
RGB
CMYK
RGB Variations
Color information
#5FC944 (or 0x5FC944) is known color: Apple. HEX triplet: 5F, C9 and 44. RGB value is (95,201,68). Sum of RGB (Red+Green+Blue) = 95+201+68=364 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.10% from 364); Green value is 201 (78.91% from 255 or 55.22% from 364); Blue value is 68 (26.95% from 255 or 18.68% from 364); Max value from RGB is 201 - color contains mainly: green. Hex color #5FC944 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC944 is #A036BB. Grayscale: #9A9A9A. Windows color (decimal): -10499772 or 4507999. OLE color: 4507999.
HSL color Cylindrical-coordinate representation of color #5FC944: hue angle of 107.82º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5FC944 is Cyan = 0.53, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 201 | 68 | - |
| CMYK | 0.53 | 0 | 0.66 | 0.21 |
| HSL | 107.82º | 0.55% | 0.53% | - |
| HSV(B) | 107.82º | 0.66% | 0.79% | - |
| XYZ | 26.65 | 44.62 | 12.68 | - |
| YUV | 154.14 | 79.38 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 201 | 68 | 0.53 | 0 | 0.66 | 0.21 | 107.82 | 0.55 | 0.53 |
| Hex | 5F | C9 | 44 | 35 | 0 | 42 | 15 | 6C | 37 | 35 |
| Octal | 137 | 311 | 104 | 65 | 0 | 102 | 25 | 154 | 67 | 65 |
| Binary | 1011111 | 11001001 | 1000100 | 110101 | 0 | 1000010 | 10101 | 1101100 | 110111 | 110101 |
Color Harmonies of #5FC944
Complementary color
Monochromatic Colors of #5FC944
Black with #5FC944
Text Example
Text Example
White with #5FC944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC944; }
p { color: rgb(95,201,68); }
H1.HeaderClassName
{
color: #5FC944;
}
.AnyTagClassName
{
color: #5FC944;
}
</style>
background-color css
<style>
a { background-color: #5FC944; }
a { background-color: rgb(95,201,68); }
div.DivClassName
{
background-color: #5FC944;
}
.BgClassName
{
background-color: #5FC944;
}
</style>
border-color css
<style>
span { border-color: #5FC944; }
span { border-color: rgb(95,201,68); }
td.TdClassName
{
border-color: #5FC944;
}
.TagClassName
{
border-color: #5FC944;
}
</style>