Shades of Apple #5FC242
Tints of Apple #5FC242
RGB
CMYK
RGB Variations
Color information
#5FC242 (or 0x5FC242) is known color: Apple. HEX triplet: 5F, C2 and 42. RGB value is (95,194,66). Sum of RGB (Red+Green+Blue) = 95+194+66=355 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.76% from 355); Green value is 194 (76.17% from 255 or 54.65% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 194 - color contains mainly: green. Hex color #5FC242 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC242 is #A03DBD. Grayscale: #969696. Windows color (decimal): -10501566 or 4375135. OLE color: 4375135.
HSL color Cylindrical-coordinate representation of color #5FC242: hue angle of 106.41º 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 #5FC242 is Cyan = 0.51, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 194 | 66 | - |
| CMYK | 0.51 | 0 | 0.66 | 0.24 |
| HSL | 106.41º | 0.51% | 0.51% | - |
| HSV(B) | 106.41º | 0.66% | 0.76% | - |
| XYZ | 24.99 | 41.41 | 11.83 | - |
| YUV | 149.81 | 80.7 | 88.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 194 | 66 | 0.51 | 0 | 0.66 | 0.24 | 106.41 | 0.51 | 0.51 |
| Hex | 5F | C2 | 42 | 33 | 0 | 42 | 18 | 6A | 33 | 33 |
| Octal | 137 | 302 | 102 | 63 | 0 | 102 | 30 | 152 | 63 | 63 |
| Binary | 1011111 | 11000010 | 1000010 | 110011 | 0 | 1000010 | 11000 | 1101010 | 110011 | 110011 |
Color Harmonies of #5FC242
Complementary color
Monochromatic Colors of #5FC242
Black with #5FC242
Text Example
Text Example
White with #5FC242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC242; }
p { color: rgb(95,194,66); }
H1.HeaderClassName
{
color: #5FC242;
}
.AnyTagClassName
{
color: #5FC242;
}
</style>
background-color css
<style>
a { background-color: #5FC242; }
a { background-color: rgb(95,194,66); }
div.DivClassName
{
background-color: #5FC242;
}
.BgClassName
{
background-color: #5FC242;
}
</style>
border-color css
<style>
span { border-color: #5FC242; }
span { border-color: rgb(95,194,66); }
td.TdClassName
{
border-color: #5FC242;
}
.TagClassName
{
border-color: #5FC242;
}
</style>