Shades of Apple #5FDF43
Tints of Apple #5FDF43
RGB
CMYK
RGB Variations
Color information
#5FDF43 (or 0x5FDF43) is known color: Apple. HEX triplet: 5F, DF and 43. RGB value is (95,223,67). Sum of RGB (Red+Green+Blue) = 95+223+67=385 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.68% from 385); Green value is 223 (87.5% from 255 or 57.92% from 385); Blue value is 67 (26.56% from 255 or 17.40% from 385); Max value from RGB is 223 - color contains mainly: green. Hex color #5FDF43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FDF43 is #A020BC. Grayscale: #A7A7A7. Windows color (decimal): -10494141 or 4448095. OLE color: 4448095.
HSL color Cylindrical-coordinate representation of color #5FDF43: hue angle of 109.23º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5FDF43 is Cyan = 0.57, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 223 | 67 | - |
| CMYK | 0.57 | 0 | 0.70 | 0.13 |
| HSL | 109.23º | 0.71% | 0.57% | - |
| HSV(B) | 109.23º | 0.7% | 0.87% | - |
| XYZ | 32.12 | 55.61 | 14.35 | - |
| YUV | 166.94 | 71.59 | 76.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 223 | 67 | 0.57 | 0 | 0.70 | 0.13 | 109.23 | 0.71 | 0.57 |
| Hex | 5F | DF | 43 | 39 | 0 | 46 | D | 6D | 47 | 39 |
| Octal | 137 | 337 | 103 | 71 | 0 | 106 | 15 | 155 | 107 | 71 |
| Binary | 1011111 | 11011111 | 1000011 | 111001 | 0 | 1000110 | 1101 | 1101101 | 1000111 | 111001 |
Color Harmonies of #5FDF43
Complementary color
Monochromatic Colors of #5FDF43
Black with #5FDF43
Text Example
Text Example
White with #5FDF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDF43; }
p { color: rgb(95,223,67); }
H1.HeaderClassName
{
color: #5FDF43;
}
.AnyTagClassName
{
color: #5FDF43;
}
</style>
background-color css
<style>
a { background-color: #5FDF43; }
a { background-color: rgb(95,223,67); }
div.DivClassName
{
background-color: #5FDF43;
}
.BgClassName
{
background-color: #5FDF43;
}
</style>
border-color css
<style>
span { border-color: #5FDF43; }
span { border-color: rgb(95,223,67); }
td.TdClassName
{
border-color: #5FDF43;
}
.TagClassName
{
border-color: #5FDF43;
}
</style>