Shades of Apple #5FC142
Tints of Apple #5FC142
RGB
CMYK
RGB Variations
Color information
#5FC142 (or 0x5FC142) is known color: Apple. HEX triplet: 5F, C1 and 42. RGB value is (95,193,66). Sum of RGB (Red+Green+Blue) = 95+193+66=354 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.84% from 354); Green value is 193 (75.78% from 255 or 54.52% from 354); Blue value is 66 (26.17% from 255 or 18.64% from 354); Max value from RGB is 193 - color contains mainly: green. Hex color #5FC142 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC142 is #A03EBD. Grayscale: #959595. Windows color (decimal): -10501822 or 4374879. OLE color: 4374879.
HSL color Cylindrical-coordinate representation of color #5FC142: hue angle of 106.3º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5FC142 is Cyan = 0.51, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 193 | 66 | - |
| CMYK | 0.51 | 0 | 0.66 | 0.24 |
| HSL | 106.3º | 0.51% | 0.51% | - |
| HSV(B) | 106.3º | 0.66% | 0.76% | - |
| XYZ | 24.77 | 40.97 | 11.76 | - |
| YUV | 149.22 | 81.03 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 193 | 66 | 0.51 | 0 | 0.66 | 0.24 | 106.3 | 0.51 | 0.51 |
| Hex | 5F | C1 | 42 | 33 | 0 | 42 | 18 | 6A | 33 | 33 |
| Octal | 137 | 301 | 102 | 63 | 0 | 102 | 30 | 152 | 63 | 63 |
| Binary | 1011111 | 11000001 | 1000010 | 110011 | 0 | 1000010 | 11000 | 1101010 | 110011 | 110011 |
Color Harmonies of #5FC142
Complementary color
Monochromatic Colors of #5FC142
Black with #5FC142
Text Example
Text Example
White with #5FC142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC142; }
p { color: rgb(95,193,66); }
H1.HeaderClassName
{
color: #5FC142;
}
.AnyTagClassName
{
color: #5FC142;
}
</style>
background-color css
<style>
a { background-color: #5FC142; }
a { background-color: rgb(95,193,66); }
div.DivClassName
{
background-color: #5FC142;
}
.BgClassName
{
background-color: #5FC142;
}
</style>
border-color css
<style>
span { border-color: #5FC142; }
span { border-color: rgb(95,193,66); }
td.TdClassName
{
border-color: #5FC142;
}
.TagClassName
{
border-color: #5FC142;
}
</style>