Shades of Apple #5FDB3F
Tints of Apple #5FDB3F
RGB
CMYK
RGB Variations
Color information
#5FDB3F (or 0x5FDB3F) is known color: Apple. HEX triplet: 5F, DB and 3F. RGB value is (95,219,63). Sum of RGB (Red+Green+Blue) = 95+219+63=377 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.20% from 377); Green value is 219 (85.94% from 255 or 58.09% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 219 - color contains mainly: green. Hex color #5FDB3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FDB3F is #A024C0. Grayscale: #A4A4A4. Windows color (decimal): -10495169 or 4184927. OLE color: 4184927.
HSL color Cylindrical-coordinate representation of color #5FDB3F: hue angle of 107.69º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5FDB3F is Cyan = 0.57, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 219 | 63 | - |
| CMYK | 0.57 | 0 | 0.71 | 0.14 |
| HSL | 107.69º | 0.68% | 0.55% | - |
| HSV(B) | 107.69º | 0.71% | 0.86% | - |
| XYZ | 30.95 | 53.45 | 13.39 | - |
| YUV | 164.14 | 70.92 | 78.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 219 | 63 | 0.57 | 0 | 0.71 | 0.14 | 107.69 | 0.68 | 0.55 |
| Hex | 5F | DB | 3F | 39 | 0 | 47 | E | 6C | 44 | 37 |
| Octal | 137 | 333 | 77 | 71 | 0 | 107 | 16 | 154 | 104 | 67 |
| Binary | 1011111 | 11011011 | 111111 | 111001 | 0 | 1000111 | 1110 | 1101100 | 1000100 | 110111 |
Color Harmonies of #5FDB3F
Complementary color
Monochromatic Colors of #5FDB3F
Black with #5FDB3F
Text Example
Text Example
White with #5FDB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDB3F; }
p { color: rgb(95,219,63); }
H1.HeaderClassName
{
color: #5FDB3F;
}
.AnyTagClassName
{
color: #5FDB3F;
}
</style>
background-color css
<style>
a { background-color: #5FDB3F; }
a { background-color: rgb(95,219,63); }
div.DivClassName
{
background-color: #5FDB3F;
}
.BgClassName
{
background-color: #5FDB3F;
}
</style>
border-color css
<style>
span { border-color: #5FDB3F; }
span { border-color: rgb(95,219,63); }
td.TdClassName
{
border-color: #5FDB3F;
}
.TagClassName
{
border-color: #5FDB3F;
}
</style>