Shades of Apple #5FC140
Tints of Apple #5FC140
RGB
CMYK
RGB Variations
Color information
#5FC140 (or 0x5FC140) is known color: Apple. HEX triplet: 5F, C1 and 40. RGB value is (95,193,64). Sum of RGB (Red+Green+Blue) = 95+193+64=352 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.99% from 352); Green value is 193 (75.78% from 255 or 54.83% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 193 - color contains mainly: green. Hex color #5FC140 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC140 is #A03EBF. Grayscale: #959595. Windows color (decimal): -10501824 or 4243807. OLE color: 4243807.
HSL color Cylindrical-coordinate representation of color #5FC140: hue angle of 105.58º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5FC140 is Cyan = 0.51, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 193 | 64 | - |
| CMYK | 0.51 | 0 | 0.67 | 0.24 |
| HSL | 105.58º | 0.51% | 0.5% | - |
| HSV(B) | 105.58º | 0.67% | 0.76% | - |
| XYZ | 24.71 | 40.94 | 11.45 | - |
| YUV | 148.99 | 80.03 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 193 | 64 | 0.51 | 0 | 0.67 | 0.24 | 105.58 | 0.51 | 0.5 |
| Hex | 5F | C1 | 40 | 33 | 0 | 43 | 18 | 6A | 33 | 32 |
| Octal | 137 | 301 | 100 | 63 | 0 | 103 | 30 | 152 | 63 | 62 |
| Binary | 1011111 | 11000001 | 1000000 | 110011 | 0 | 1000011 | 11000 | 1101010 | 110011 | 110010 |
Color Harmonies of #5FC140
Complementary color
Monochromatic Colors of #5FC140
Black with #5FC140
Text Example
Text Example
White with #5FC140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC140; }
p { color: rgb(95,193,64); }
H1.HeaderClassName
{
color: #5FC140;
}
.AnyTagClassName
{
color: #5FC140;
}
</style>
background-color css
<style>
a { background-color: #5FC140; }
a { background-color: rgb(95,193,64); }
div.DivClassName
{
background-color: #5FC140;
}
.BgClassName
{
background-color: #5FC140;
}
</style>
border-color css
<style>
span { border-color: #5FC140; }
span { border-color: rgb(95,193,64); }
td.TdClassName
{
border-color: #5FC140;
}
.TagClassName
{
border-color: #5FC140;
}
</style>