Shades of Apple #5FDB43
Tints of Apple #5FDB43
RGB
CMYK
RGB Variations
Color information
#5FDB43 (or 0x5FDB43) is known color: Apple. HEX triplet: 5F, DB and 43. RGB value is (95,219,67). Sum of RGB (Red+Green+Blue) = 95+219+67=381 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.93% from 381); Green value is 219 (85.94% from 255 or 57.48% from 381); Blue value is 67 (26.56% from 255 or 17.59% from 381); Max value from RGB is 219 - color contains mainly: green. Hex color #5FDB43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FDB43 is #A024BC. Grayscale: #A5A5A5. Windows color (decimal): -10495165 or 4447071. OLE color: 4447071.
HSL color Cylindrical-coordinate representation of color #5FDB43: hue angle of 108.95º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5FDB43 is Cyan = 0.57, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 219 | 67 | - |
| CMYK | 0.57 | 0 | 0.69 | 0.14 |
| HSL | 108.95º | 0.68% | 0.56% | - |
| HSV(B) | 108.95º | 0.69% | 0.86% | - |
| XYZ | 31.06 | 53.5 | 14 | - |
| YUV | 164.6 | 72.92 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 219 | 67 | 0.57 | 0 | 0.69 | 0.14 | 108.95 | 0.68 | 0.56 |
| Hex | 5F | DB | 43 | 39 | 0 | 45 | E | 6D | 44 | 38 |
| Octal | 137 | 333 | 103 | 71 | 0 | 105 | 16 | 155 | 104 | 70 |
| Binary | 1011111 | 11011011 | 1000011 | 111001 | 0 | 1000101 | 1110 | 1101101 | 1000100 | 111000 |
Color Harmonies of #5FDB43
Complementary color
Monochromatic Colors of #5FDB43
Black with #5FDB43
Text Example
Text Example
White with #5FDB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDB43; }
p { color: rgb(95,219,67); }
H1.HeaderClassName
{
color: #5FDB43;
}
.AnyTagClassName
{
color: #5FDB43;
}
</style>
background-color css
<style>
a { background-color: #5FDB43; }
a { background-color: rgb(95,219,67); }
div.DivClassName
{
background-color: #5FDB43;
}
.BgClassName
{
background-color: #5FDB43;
}
</style>
border-color css
<style>
span { border-color: #5FDB43; }
span { border-color: rgb(95,219,67); }
td.TdClassName
{
border-color: #5FDB43;
}
.TagClassName
{
border-color: #5FDB43;
}
</style>