Shades of Apple #5FD14A
Tints of Apple #5FD14A
RGB
CMYK
RGB Variations
Color information
#5FD14A (or 0x5FD14A) is known color: Apple. HEX triplet: 5F, D1 and 4A. RGB value is (95,209,74). Sum of RGB (Red+Green+Blue) = 95+209+74=378 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.13% from 378); Green value is 209 (82.03% from 255 or 55.29% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 209 - color contains mainly: green. Hex color #5FD14A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD14A is #A02EB5. Grayscale: #9F9F9F. Windows color (decimal): -10497718 or 4903263. OLE color: 4903263.
HSL color Cylindrical-coordinate representation of color #5FD14A: hue angle of 110.67º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5FD14A is Cyan = 0.55, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 209 | 74 | - |
| CMYK | 0.55 | 0 | 0.65 | 0.18 |
| HSL | 110.67º | 0.59% | 0.55% | - |
| HSV(B) | 110.67º | 0.65% | 0.82% | - |
| XYZ | 28.76 | 48.53 | 14.33 | - |
| YUV | 159.52 | 79.73 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 209 | 74 | 0.55 | 0 | 0.65 | 0.18 | 110.67 | 0.59 | 0.55 |
| Hex | 5F | D1 | 4A | 37 | 0 | 41 | 12 | 6F | 3B | 37 |
| Octal | 137 | 321 | 112 | 67 | 0 | 101 | 22 | 157 | 73 | 67 |
| Binary | 1011111 | 11010001 | 1001010 | 110111 | 0 | 1000001 | 10010 | 1101111 | 111011 | 110111 |
Color Harmonies of #5FD14A
Complementary color
Monochromatic Colors of #5FD14A
Black with #5FD14A
Text Example
Text Example
White with #5FD14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD14A; }
p { color: rgb(95,209,74); }
H1.HeaderClassName
{
color: #5FD14A;
}
.AnyTagClassName
{
color: #5FD14A;
}
</style>
background-color css
<style>
a { background-color: #5FD14A; }
a { background-color: rgb(95,209,74); }
div.DivClassName
{
background-color: #5FD14A;
}
.BgClassName
{
background-color: #5FD14A;
}
</style>
border-color css
<style>
span { border-color: #5FD14A; }
span { border-color: rgb(95,209,74); }
td.TdClassName
{
border-color: #5FD14A;
}
.TagClassName
{
border-color: #5FD14A;
}
</style>