Shades of Apple #5FC342
Tints of Apple #5FC342
RGB
CMYK
RGB Variations
Color information
#5FC342 (or 0x5FC342) is known color: Apple. HEX triplet: 5F, C3 and 42. RGB value is (95,195,66). Sum of RGB (Red+Green+Blue) = 95+195+66=356 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.69% from 356); Green value is 195 (76.56% from 255 or 54.78% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 195 - color contains mainly: green. Hex color #5FC342 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC342 is #A03CBD. Grayscale: #969696. Windows color (decimal): -10501310 or 4375391. OLE color: 4375391.
HSL color Cylindrical-coordinate representation of color #5FC342: hue angle of 106.51º degrees, saturation: 0.52, 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 #5FC342 is Cyan = 0.51, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 195 | 66 | - |
| CMYK | 0.51 | 0 | 0.66 | 0.24 |
| HSL | 106.51º | 0.52% | 0.51% | - |
| HSV(B) | 106.51º | 0.66% | 0.76% | - |
| XYZ | 25.22 | 41.86 | 11.9 | - |
| YUV | 150.39 | 80.37 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 195 | 66 | 0.51 | 0 | 0.66 | 0.24 | 106.51 | 0.52 | 0.51 |
| Hex | 5F | C3 | 42 | 33 | 0 | 42 | 18 | 6B | 34 | 33 |
| Octal | 137 | 303 | 102 | 63 | 0 | 102 | 30 | 153 | 64 | 63 |
| Binary | 1011111 | 11000011 | 1000010 | 110011 | 0 | 1000010 | 11000 | 1101011 | 110100 | 110011 |
Color Harmonies of #5FC342
Complementary color
Monochromatic Colors of #5FC342
Black with #5FC342
Text Example
Text Example
White with #5FC342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC342; }
p { color: rgb(95,195,66); }
H1.HeaderClassName
{
color: #5FC342;
}
.AnyTagClassName
{
color: #5FC342;
}
</style>
background-color css
<style>
a { background-color: #5FC342; }
a { background-color: rgb(95,195,66); }
div.DivClassName
{
background-color: #5FC342;
}
.BgClassName
{
background-color: #5FC342;
}
</style>
border-color css
<style>
span { border-color: #5FC342; }
span { border-color: rgb(95,195,66); }
td.TdClassName
{
border-color: #5FC342;
}
.TagClassName
{
border-color: #5FC342;
}
</style>