Shades of Apple #5FD04B
Tints of Apple #5FD04B
RGB
CMYK
RGB Variations
Color information
#5FD04B (or 0x5FD04B) is known color: Apple. HEX triplet: 5F, D0 and 4B. RGB value is (95,208,75). Sum of RGB (Red+Green+Blue) = 95+208+75=378 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.13% from 378); Green value is 208 (81.64% from 255 or 55.03% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 208 - color contains mainly: green. Hex color #5FD04B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD04B is #A02FB4. Grayscale: #9F9F9F. Windows color (decimal): -10497973 or 4968543. OLE color: 4968543.
HSL color Cylindrical-coordinate representation of color #5FD04B: hue angle of 110.98º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5FD04B is Cyan = 0.54, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 208 | 75 | - |
| CMYK | 0.54 | 0 | 0.64 | 0.18 |
| HSL | 110.98º | 0.59% | 0.55% | - |
| HSV(B) | 110.98º | 0.64% | 0.82% | - |
| XYZ | 28.55 | 48.05 | 14.43 | - |
| YUV | 159.05 | 80.56 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 208 | 75 | 0.54 | 0 | 0.64 | 0.18 | 110.98 | 0.59 | 0.55 |
| Hex | 5F | D0 | 4B | 36 | 0 | 40 | 12 | 6F | 3B | 37 |
| Octal | 137 | 320 | 113 | 66 | 0 | 100 | 22 | 157 | 73 | 67 |
| Binary | 1011111 | 11010000 | 1001011 | 110110 | 0 | 1000000 | 10010 | 1101111 | 111011 | 110111 |
Color Harmonies of #5FD04B
Complementary color
Monochromatic Colors of #5FD04B
Black with #5FD04B
Text Example
Text Example
White with #5FD04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD04B; }
p { color: rgb(95,208,75); }
H1.HeaderClassName
{
color: #5FD04B;
}
.AnyTagClassName
{
color: #5FD04B;
}
</style>
background-color css
<style>
a { background-color: #5FD04B; }
a { background-color: rgb(95,208,75); }
div.DivClassName
{
background-color: #5FD04B;
}
.BgClassName
{
background-color: #5FD04B;
}
</style>
border-color css
<style>
span { border-color: #5FD04B; }
span { border-color: rgb(95,208,75); }
td.TdClassName
{
border-color: #5FD04B;
}
.TagClassName
{
border-color: #5FD04B;
}
</style>