Shades of Apple #5FD045
Tints of Apple #5FD045
RGB
CMYK
RGB Variations
Color information
#5FD045 (or 0x5FD045) is known color: Apple. HEX triplet: 5F, D0 and 45. RGB value is (95,208,69). Sum of RGB (Red+Green+Blue) = 95+208+69=372 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.54% from 372); Green value is 208 (81.64% from 255 or 55.91% from 372); Blue value is 69 (27.34% from 255 or 18.55% from 372); Max value from RGB is 208 - color contains mainly: green. Hex color #5FD045 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD045 is #A02FBA. Grayscale: #9E9E9E. Windows color (decimal): -10497979 or 4575327. OLE color: 4575327.
HSL color Cylindrical-coordinate representation of color #5FD045: hue angle of 108.78º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5FD045 is Cyan = 0.54, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 208 | 69 | - |
| CMYK | 0.54 | 0 | 0.67 | 0.18 |
| HSL | 108.78º | 0.6% | 0.54% | - |
| HSV(B) | 108.78º | 0.67% | 0.82% | - |
| XYZ | 28.35 | 47.97 | 13.4 | - |
| YUV | 158.37 | 77.56 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 208 | 69 | 0.54 | 0 | 0.67 | 0.18 | 108.78 | 0.6 | 0.54 |
| Hex | 5F | D0 | 45 | 36 | 0 | 43 | 12 | 6D | 3C | 36 |
| Octal | 137 | 320 | 105 | 66 | 0 | 103 | 22 | 155 | 74 | 66 |
| Binary | 1011111 | 11010000 | 1000101 | 110110 | 0 | 1000011 | 10010 | 1101101 | 111100 | 110110 |
Color Harmonies of #5FD045
Complementary color
Monochromatic Colors of #5FD045
Black with #5FD045
Text Example
Text Example
White with #5FD045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD045; }
p { color: rgb(95,208,69); }
H1.HeaderClassName
{
color: #5FD045;
}
.AnyTagClassName
{
color: #5FD045;
}
</style>
background-color css
<style>
a { background-color: #5FD045; }
a { background-color: rgb(95,208,69); }
div.DivClassName
{
background-color: #5FD045;
}
.BgClassName
{
background-color: #5FD045;
}
</style>
border-color css
<style>
span { border-color: #5FD045; }
span { border-color: rgb(95,208,69); }
td.TdClassName
{
border-color: #5FD045;
}
.TagClassName
{
border-color: #5FD045;
}
</style>