Shades of Apple #5FDC38
Tints of Apple #5FDC38
RGB
CMYK
RGB Variations
Color information
#5FDC38 (or 0x5FDC38) is known color: Apple. HEX triplet: 5F, DC and 38. RGB value is (95,220,56). Sum of RGB (Red+Green+Blue) = 95+220+56=371 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.61% from 371); Green value is 220 (86.33% from 255 or 59.30% from 371); Blue value is 56 (22.27% from 255 or 15.09% from 371); Max value from RGB is 220 - color contains mainly: green. Hex color #5FDC38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FDC38 is #A023C7. Grayscale: #A4A4A4. Windows color (decimal): -10494920 or 3726431. OLE color: 3726431.
HSL color Cylindrical-coordinate representation of color #5FDC38: hue angle of 105.73º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5FDC38 is Cyan = 0.57, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 220 | 56 | - |
| CMYK | 0.57 | 0 | 0.75 | 0.14 |
| HSL | 105.73º | 0.7% | 0.54% | - |
| HSV(B) | 105.73º | 0.75% | 0.86% | - |
| XYZ | 31.03 | 53.9 | 12.51 | - |
| YUV | 163.93 | 67.09 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 220 | 56 | 0.57 | 0 | 0.75 | 0.14 | 105.73 | 0.7 | 0.54 |
| Hex | 5F | DC | 38 | 39 | 0 | 4B | E | 6A | 46 | 36 |
| Octal | 137 | 334 | 70 | 71 | 0 | 113 | 16 | 152 | 106 | 66 |
| Binary | 1011111 | 11011100 | 111000 | 111001 | 0 | 1001011 | 1110 | 1101010 | 1000110 | 110110 |
Color Harmonies of #5FDC38
Complementary color
Monochromatic Colors of #5FDC38
Black with #5FDC38
Text Example
Text Example
White with #5FDC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDC38; }
p { color: rgb(95,220,56); }
H1.HeaderClassName
{
color: #5FDC38;
}
.AnyTagClassName
{
color: #5FDC38;
}
</style>
background-color css
<style>
a { background-color: #5FDC38; }
a { background-color: rgb(95,220,56); }
div.DivClassName
{
background-color: #5FDC38;
}
.BgClassName
{
background-color: #5FDC38;
}
</style>
border-color css
<style>
span { border-color: #5FDC38; }
span { border-color: rgb(95,220,56); }
td.TdClassName
{
border-color: #5FDC38;
}
.TagClassName
{
border-color: #5FDC38;
}
</style>