Shades of Apple #5FDA37
Tints of Apple #5FDA37
RGB
CMYK
RGB Variations
Color information
#5FDA37 (or 0x5FDA37) is known color: Apple. HEX triplet: 5F, DA and 37. RGB value is (95,218,55). Sum of RGB (Red+Green+Blue) = 95+218+55=368 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.82% from 368); Green value is 218 (85.55% from 255 or 59.24% from 368); Blue value is 55 (21.88% from 255 or 14.95% from 368); Max value from RGB is 218 - color contains mainly: green. Hex color #5FDA37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FDA37 is #A025C8. Grayscale: #A3A3A3. Windows color (decimal): -10495433 or 3660383. OLE color: 3660383.
HSL color Cylindrical-coordinate representation of color #5FDA37: hue angle of 105.28º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5FDA37 is Cyan = 0.56, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 218 | 55 | - |
| CMYK | 0.56 | 0 | 0.75 | 0.15 |
| HSL | 105.28º | 0.69% | 0.54% | - |
| HSV(B) | 105.28º | 0.75% | 0.85% | - |
| XYZ | 30.48 | 52.85 | 12.21 | - |
| YUV | 162.64 | 67.25 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 218 | 55 | 0.56 | 0 | 0.75 | 0.15 | 105.28 | 0.69 | 0.54 |
| Hex | 5F | DA | 37 | 38 | 0 | 4B | F | 69 | 45 | 36 |
| Octal | 137 | 332 | 67 | 70 | 0 | 113 | 17 | 151 | 105 | 66 |
| Binary | 1011111 | 11011010 | 110111 | 111000 | 0 | 1001011 | 1111 | 1101001 | 1000101 | 110110 |
Color Harmonies of #5FDA37
Complementary color
Monochromatic Colors of #5FDA37
Black with #5FDA37
Text Example
Text Example
White with #5FDA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDA37; }
p { color: rgb(95,218,55); }
H1.HeaderClassName
{
color: #5FDA37;
}
.AnyTagClassName
{
color: #5FDA37;
}
</style>
background-color css
<style>
a { background-color: #5FDA37; }
a { background-color: rgb(95,218,55); }
div.DivClassName
{
background-color: #5FDA37;
}
.BgClassName
{
background-color: #5FDA37;
}
</style>
border-color css
<style>
span { border-color: #5FDA37; }
span { border-color: rgb(95,218,55); }
td.TdClassName
{
border-color: #5FDA37;
}
.TagClassName
{
border-color: #5FDA37;
}
</style>