Shades of Apple #5FDE37
Tints of Apple #5FDE37
RGB
CMYK
RGB Variations
Color information
#5FDE37 (or 0x5FDE37) is known color: Apple. HEX triplet: 5F, DE and 37. RGB value is (95,222,55). Sum of RGB (Red+Green+Blue) = 95+222+55=372 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.54% from 372); Green value is 222 (87.11% from 255 or 59.68% from 372); Blue value is 55 (21.88% from 255 or 14.78% from 372); Max value from RGB is 222 - color contains mainly: green. Hex color #5FDE37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FDE37 is #A021C8. Grayscale: #A5A5A5. Windows color (decimal): -10494409 or 3661407. OLE color: 3661407.
HSL color Cylindrical-coordinate representation of color #5FDE37: hue angle of 105.63º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5FDE37 is Cyan = 0.57, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 222 | 55 | - |
| CMYK | 0.57 | 0 | 0.75 | 0.13 |
| HSL | 105.63º | 0.72% | 0.54% | - |
| HSV(B) | 105.63º | 0.75% | 0.87% | - |
| XYZ | 31.53 | 54.95 | 12.56 | - |
| YUV | 164.99 | 65.92 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 222 | 55 | 0.57 | 0 | 0.75 | 0.13 | 105.63 | 0.72 | 0.54 |
| Hex | 5F | DE | 37 | 39 | 0 | 4B | D | 6A | 48 | 36 |
| Octal | 137 | 336 | 67 | 71 | 0 | 113 | 15 | 152 | 110 | 66 |
| Binary | 1011111 | 11011110 | 110111 | 111001 | 0 | 1001011 | 1101 | 1101010 | 1001000 | 110110 |
Color Harmonies of #5FDE37
Complementary color
Monochromatic Colors of #5FDE37
Black with #5FDE37
Text Example
Text Example
White with #5FDE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDE37; }
p { color: rgb(95,222,55); }
H1.HeaderClassName
{
color: #5FDE37;
}
.AnyTagClassName
{
color: #5FDE37;
}
</style>
background-color css
<style>
a { background-color: #5FDE37; }
a { background-color: rgb(95,222,55); }
div.DivClassName
{
background-color: #5FDE37;
}
.BgClassName
{
background-color: #5FDE37;
}
</style>
border-color css
<style>
span { border-color: #5FDE37; }
span { border-color: rgb(95,222,55); }
td.TdClassName
{
border-color: #5FDE37;
}
.TagClassName
{
border-color: #5FDE37;
}
</style>