Shades of Apple #5FCA44
Tints of Apple #5FCA44
RGB
CMYK
RGB Variations
Color information
#5FCA44 (or 0x5FCA44) is known color: Apple. HEX triplet: 5F, CA and 44. RGB value is (95,202,68). Sum of RGB (Red+Green+Blue) = 95+202+68=365 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.03% from 365); Green value is 202 (79.30% from 255 or 55.34% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 202 - color contains mainly: green. Hex color #5FCA44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCA44 is #A035BB. Grayscale: #9B9B9B. Windows color (decimal): -10499516 or 4508255. OLE color: 4508255.
HSL color Cylindrical-coordinate representation of color #5FCA44: hue angle of 107.91º degrees, saturation: 0.56, 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 #5FCA44 is Cyan = 0.53, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 202 | 68 | - |
| CMYK | 0.53 | 0 | 0.66 | 0.21 |
| HSL | 107.91º | 0.56% | 0.53% | - |
| HSV(B) | 107.91º | 0.66% | 0.79% | - |
| XYZ | 26.88 | 45.09 | 12.76 | - |
| YUV | 154.73 | 79.05 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 202 | 68 | 0.53 | 0 | 0.66 | 0.21 | 107.91 | 0.56 | 0.53 |
| Hex | 5F | CA | 44 | 35 | 0 | 42 | 15 | 6C | 38 | 35 |
| Octal | 137 | 312 | 104 | 65 | 0 | 102 | 25 | 154 | 70 | 65 |
| Binary | 1011111 | 11001010 | 1000100 | 110101 | 0 | 1000010 | 10101 | 1101100 | 111000 | 110101 |
Color Harmonies of #5FCA44
Complementary color
Monochromatic Colors of #5FCA44
Black with #5FCA44
Text Example
Text Example
White with #5FCA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCA44; }
p { color: rgb(95,202,68); }
H1.HeaderClassName
{
color: #5FCA44;
}
.AnyTagClassName
{
color: #5FCA44;
}
</style>
background-color css
<style>
a { background-color: #5FCA44; }
a { background-color: rgb(95,202,68); }
div.DivClassName
{
background-color: #5FCA44;
}
.BgClassName
{
background-color: #5FCA44;
}
</style>
border-color css
<style>
span { border-color: #5FCA44; }
span { border-color: rgb(95,202,68); }
td.TdClassName
{
border-color: #5FCA44;
}
.TagClassName
{
border-color: #5FCA44;
}
</style>