Shades of Apple #5FC43D
Tints of Apple #5FC43D
RGB
CMYK
RGB Variations
Color information
#5FC43D (or 0x5FC43D) is known color: Apple. HEX triplet: 5F, C4 and 3D. RGB value is (95,196,61). Sum of RGB (Red+Green+Blue) = 95+196+61=352 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.99% from 352); Green value is 196 (76.95% from 255 or 55.68% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 196 - color contains mainly: green. Hex color #5FC43D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC43D is #A03BC2. Grayscale: #969696. Windows color (decimal): -10501059 or 4047967. OLE color: 4047967.
HSL color Cylindrical-coordinate representation of color #5FC43D: hue angle of 104.89º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5FC43D is Cyan = 0.52, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 95 | 196 | 61 | - |
| CMYK | 0.52 | 0 | 0.69 | 0.23 |
| HSL | 104.89º | 0.53% | 0.5% | - |
| HSV(B) | 104.89º | 0.69% | 0.77% | - |
| XYZ | 25.3 | 42.25 | 11.24 | - |
| YUV | 150.41 | 77.54 | 88.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 196 | 61 | 0.52 | 0 | 0.69 | 0.23 | 104.89 | 0.53 | 0.5 |
| Hex | 5F | C4 | 3D | 34 | 0 | 45 | 17 | 69 | 35 | 32 |
| Octal | 137 | 304 | 75 | 64 | 0 | 105 | 27 | 151 | 65 | 62 |
| Binary | 1011111 | 11000100 | 111101 | 110100 | 0 | 1000101 | 10111 | 1101001 | 110101 | 110010 |
Color Harmonies of #5FC43D
Complementary color
Monochromatic Colors of #5FC43D
Black with #5FC43D
Text Example
Text Example
White with #5FC43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC43D; }
p { color: rgb(95,196,61); }
H1.HeaderClassName
{
color: #5FC43D;
}
.AnyTagClassName
{
color: #5FC43D;
}
</style>
background-color css
<style>
a { background-color: #5FC43D; }
a { background-color: rgb(95,196,61); }
div.DivClassName
{
background-color: #5FC43D;
}
.BgClassName
{
background-color: #5FC43D;
}
</style>
border-color css
<style>
span { border-color: #5FC43D; }
span { border-color: rgb(95,196,61); }
td.TdClassName
{
border-color: #5FC43D;
}
.TagClassName
{
border-color: #5FC43D;
}
</style>