Shades of Apple #5FC243
Tints of Apple #5FC243
RGB
CMYK
RGB Variations
Color information
#5FC243 (or 0x5FC243) is known color: Apple. HEX triplet: 5F, C2 and 43. RGB value is (95,194,67). Sum of RGB (Red+Green+Blue) = 95+194+67=356 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.69% from 356); Green value is 194 (76.17% from 255 or 54.49% from 356); Blue value is 67 (26.56% from 255 or 18.82% from 356); Max value from RGB is 194 - color contains mainly: green. Hex color #5FC243 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC243 is #A03DBC. Grayscale: #969696. Windows color (decimal): -10501565 or 4440671. OLE color: 4440671.
HSL color Cylindrical-coordinate representation of color #5FC243: hue angle of 106.77º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5FC243 is Cyan = 0.51, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 194 | 67 | - |
| CMYK | 0.51 | 0 | 0.65 | 0.24 |
| HSL | 106.77º | 0.51% | 0.51% | - |
| HSV(B) | 106.77º | 0.65% | 0.76% | - |
| XYZ | 25.02 | 41.42 | 11.99 | - |
| YUV | 149.92 | 81.2 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 194 | 67 | 0.51 | 0 | 0.65 | 0.24 | 106.77 | 0.51 | 0.51 |
| Hex | 5F | C2 | 43 | 33 | 0 | 41 | 18 | 6B | 33 | 33 |
| Octal | 137 | 302 | 103 | 63 | 0 | 101 | 30 | 153 | 63 | 63 |
| Binary | 1011111 | 11000010 | 1000011 | 110011 | 0 | 1000001 | 11000 | 1101011 | 110011 | 110011 |
Color Harmonies of #5FC243
Complementary color
Monochromatic Colors of #5FC243
Black with #5FC243
Text Example
Text Example
White with #5FC243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC243; }
p { color: rgb(95,194,67); }
H1.HeaderClassName
{
color: #5FC243;
}
.AnyTagClassName
{
color: #5FC243;
}
</style>
background-color css
<style>
a { background-color: #5FC243; }
a { background-color: rgb(95,194,67); }
div.DivClassName
{
background-color: #5FC243;
}
.BgClassName
{
background-color: #5FC243;
}
</style>
border-color css
<style>
span { border-color: #5FC243; }
span { border-color: rgb(95,194,67); }
td.TdClassName
{
border-color: #5FC243;
}
.TagClassName
{
border-color: #5FC243;
}
</style>