Shades of Apple #5FD14B
Tints of Apple #5FD14B
RGB
CMYK
RGB Variations
Color information
#5FD14B (or 0x5FD14B) is known color: Apple. HEX triplet: 5F, D1 and 4B. RGB value is (95,209,75). Sum of RGB (Red+Green+Blue) = 95+209+75=379 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.07% from 379); Green value is 209 (82.03% from 255 or 55.15% from 379); Blue value is 75 (29.69% from 255 or 19.79% from 379); Max value from RGB is 209 - color contains mainly: green. Hex color #5FD14B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD14B is #A02EB4. Grayscale: #A0A0A0. Windows color (decimal): -10497717 or 4968799. OLE color: 4968799.
HSL color Cylindrical-coordinate representation of color #5FD14B: hue angle of 111.04º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5FD14B is Cyan = 0.55, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 209 | 75 | - |
| CMYK | 0.55 | 0 | 0.64 | 0.18 |
| HSL | 111.04º | 0.59% | 0.56% | - |
| HSV(B) | 111.04º | 0.64% | 0.82% | - |
| XYZ | 28.79 | 48.54 | 14.51 | - |
| YUV | 159.64 | 80.23 | 81.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 209 | 75 | 0.55 | 0 | 0.64 | 0.18 | 111.04 | 0.59 | 0.56 |
| Hex | 5F | D1 | 4B | 37 | 0 | 40 | 12 | 6F | 3B | 38 |
| Octal | 137 | 321 | 113 | 67 | 0 | 100 | 22 | 157 | 73 | 70 |
| Binary | 1011111 | 11010001 | 1001011 | 110111 | 0 | 1000000 | 10010 | 1101111 | 111011 | 111000 |
Color Harmonies of #5FD14B
Complementary color
Monochromatic Colors of #5FD14B
Black with #5FD14B
Text Example
Text Example
White with #5FD14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD14B; }
p { color: rgb(95,209,75); }
H1.HeaderClassName
{
color: #5FD14B;
}
.AnyTagClassName
{
color: #5FD14B;
}
</style>
background-color css
<style>
a { background-color: #5FD14B; }
a { background-color: rgb(95,209,75); }
div.DivClassName
{
background-color: #5FD14B;
}
.BgClassName
{
background-color: #5FD14B;
}
</style>
border-color css
<style>
span { border-color: #5FD14B; }
span { border-color: rgb(95,209,75); }
td.TdClassName
{
border-color: #5FD14B;
}
.TagClassName
{
border-color: #5FD14B;
}
</style>