Shades of Apple #5FDB4A
Tints of Apple #5FDB4A
RGB
CMYK
RGB Variations
Color information
#5FDB4A (or 0x5FDB4A) is known color: Apple. HEX triplet: 5F, DB and 4A. RGB value is (95,219,74). Sum of RGB (Red+Green+Blue) = 95+219+74=388 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.48% from 388); Green value is 219 (85.94% from 255 or 56.44% from 388); Blue value is 74 (29.30% from 255 or 19.07% from 388); Max value from RGB is 219 - color contains mainly: green. Hex color #5FDB4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FDB4A is #A024B5. Grayscale: #A5A5A5. Windows color (decimal): -10495158 or 4905823. OLE color: 4905823.
HSL color Cylindrical-coordinate representation of color #5FDB4A: hue angle of 111.31º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5FDB4A is Cyan = 0.57, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 219 | 74 | - |
| CMYK | 0.57 | 0 | 0.66 | 0.14 |
| HSL | 111.31º | 0.67% | 0.57% | - |
| HSV(B) | 111.31º | 0.66% | 0.86% | - |
| XYZ | 31.29 | 53.59 | 15.17 | - |
| YUV | 165.39 | 76.42 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 219 | 74 | 0.57 | 0 | 0.66 | 0.14 | 111.31 | 0.67 | 0.57 |
| Hex | 5F | DB | 4A | 39 | 0 | 42 | E | 6F | 43 | 39 |
| Octal | 137 | 333 | 112 | 71 | 0 | 102 | 16 | 157 | 103 | 71 |
| Binary | 1011111 | 11011011 | 1001010 | 111001 | 0 | 1000010 | 1110 | 1101111 | 1000011 | 111001 |
Color Harmonies of #5FDB4A
Complementary color
Monochromatic Colors of #5FDB4A
Black with #5FDB4A
Text Example
Text Example
White with #5FDB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDB4A; }
p { color: rgb(95,219,74); }
H1.HeaderClassName
{
color: #5FDB4A;
}
.AnyTagClassName
{
color: #5FDB4A;
}
</style>
background-color css
<style>
a { background-color: #5FDB4A; }
a { background-color: rgb(95,219,74); }
div.DivClassName
{
background-color: #5FDB4A;
}
.BgClassName
{
background-color: #5FDB4A;
}
</style>
border-color css
<style>
span { border-color: #5FDB4A; }
span { border-color: rgb(95,219,74); }
td.TdClassName
{
border-color: #5FDB4A;
}
.TagClassName
{
border-color: #5FDB4A;
}
</style>