Shades of Apple #5FC945
Tints of Apple #5FC945
RGB
CMYK
RGB Variations
Color information
#5FC945 (or 0x5FC945) is known color: Apple. HEX triplet: 5F, C9 and 45. RGB value is (95,201,69). Sum of RGB (Red+Green+Blue) = 95+201+69=365 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.03% from 365); Green value is 201 (78.91% from 255 or 55.07% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 201 - color contains mainly: green. Hex color #5FC945 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC945 is #A036BA. Grayscale: #9A9A9A. Windows color (decimal): -10499771 or 4573535. OLE color: 4573535.
HSL color Cylindrical-coordinate representation of color #5FC945: hue angle of 108.18º 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 #5FC945 is Cyan = 0.53, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 201 | 69 | - |
| CMYK | 0.53 | 0 | 0.66 | 0.21 |
| HSL | 108.18º | 0.55% | 0.53% | - |
| HSV(B) | 108.18º | 0.66% | 0.79% | - |
| XYZ | 26.68 | 44.64 | 12.84 | - |
| YUV | 154.26 | 79.88 | 85.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 201 | 69 | 0.53 | 0 | 0.66 | 0.21 | 108.18 | 0.55 | 0.53 |
| Hex | 5F | C9 | 45 | 35 | 0 | 42 | 15 | 6C | 37 | 35 |
| Octal | 137 | 311 | 105 | 65 | 0 | 102 | 25 | 154 | 67 | 65 |
| Binary | 1011111 | 11001001 | 1000101 | 110101 | 0 | 1000010 | 10101 | 1101100 | 110111 | 110101 |
Color Harmonies of #5FC945
Complementary color
Monochromatic Colors of #5FC945
Black with #5FC945
Text Example
Text Example
White with #5FC945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC945; }
p { color: rgb(95,201,69); }
H1.HeaderClassName
{
color: #5FC945;
}
.AnyTagClassName
{
color: #5FC945;
}
</style>
background-color css
<style>
a { background-color: #5FC945; }
a { background-color: rgb(95,201,69); }
div.DivClassName
{
background-color: #5FC945;
}
.BgClassName
{
background-color: #5FC945;
}
</style>
border-color css
<style>
span { border-color: #5FC945; }
span { border-color: rgb(95,201,69); }
td.TdClassName
{
border-color: #5FC945;
}
.TagClassName
{
border-color: #5FC945;
}
</style>