Shades of Apple #5FDB44
Tints of Apple #5FDB44
RGB
CMYK
RGB Variations
Color information
#5FDB44 (or 0x5FDB44) is known color: Apple. HEX triplet: 5F, DB and 44. RGB value is (95,219,68). Sum of RGB (Red+Green+Blue) = 95+219+68=382 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.87% from 382); Green value is 219 (85.94% from 255 or 57.33% from 382); Blue value is 68 (26.95% from 255 or 17.80% from 382); Max value from RGB is 219 - color contains mainly: green. Hex color #5FDB44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FDB44 is #A024BB. Grayscale: #A5A5A5. Windows color (decimal): -10495164 or 4512607. OLE color: 4512607.
HSL color Cylindrical-coordinate representation of color #5FDB44: hue angle of 109.27º 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 #5FDB44 is Cyan = 0.57, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 219 | 68 | - |
| CMYK | 0.57 | 0 | 0.69 | 0.14 |
| HSL | 109.27º | 0.68% | 0.56% | - |
| HSV(B) | 109.27º | 0.69% | 0.86% | - |
| XYZ | 31.09 | 53.51 | 14.16 | - |
| YUV | 164.71 | 73.42 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 219 | 68 | 0.57 | 0 | 0.69 | 0.14 | 109.27 | 0.68 | 0.56 |
| Hex | 5F | DB | 44 | 39 | 0 | 45 | E | 6D | 44 | 38 |
| Octal | 137 | 333 | 104 | 71 | 0 | 105 | 16 | 155 | 104 | 70 |
| Binary | 1011111 | 11011011 | 1000100 | 111001 | 0 | 1000101 | 1110 | 1101101 | 1000100 | 111000 |
Color Harmonies of #5FDB44
Complementary color
Monochromatic Colors of #5FDB44
Black with #5FDB44
Text Example
Text Example
White with #5FDB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDB44; }
p { color: rgb(95,219,68); }
H1.HeaderClassName
{
color: #5FDB44;
}
.AnyTagClassName
{
color: #5FDB44;
}
</style>
background-color css
<style>
a { background-color: #5FDB44; }
a { background-color: rgb(95,219,68); }
div.DivClassName
{
background-color: #5FDB44;
}
.BgClassName
{
background-color: #5FDB44;
}
</style>
border-color css
<style>
span { border-color: #5FDB44; }
span { border-color: rgb(95,219,68); }
td.TdClassName
{
border-color: #5FDB44;
}
.TagClassName
{
border-color: #5FDB44;
}
</style>