Shades of Apple #5FE03C
Tints of Apple #5FE03C
RGB
CMYK
RGB Variations
Color information
#5FE03C (or 0x5FE03C) is known color: Apple. HEX triplet: 5F, E0 and 3C. RGB value is (95,224,60). Sum of RGB (Red+Green+Blue) = 95+224+60=379 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.07% from 379); Green value is 224 (87.89% from 255 or 59.10% from 379); Blue value is 60 (23.83% from 255 or 15.83% from 379); Max value from RGB is 224 - color contains mainly: green. Hex color #5FE03C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FE03C is #A01FC3. Grayscale: #A7A7A7. Windows color (decimal): -10493892 or 3989599. OLE color: 3989599.
HSL color Cylindrical-coordinate representation of color #5FE03C: hue angle of 107.2º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5FE03C is Cyan = 0.58, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 95 | 224 | 60 | - |
| CMYK | 0.58 | 0 | 0.73 | 0.12 |
| HSL | 107.2º | 0.73% | 0.56% | - |
| HSV(B) | 107.2º | 0.73% | 0.88% | - |
| XYZ | 32.19 | 56.07 | 13.4 | - |
| YUV | 166.73 | 67.76 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 224 | 60 | 0.58 | 0 | 0.73 | 0.12 | 107.2 | 0.73 | 0.56 |
| Hex | 5F | E0 | 3C | 3A | 0 | 49 | C | 6B | 49 | 38 |
| Octal | 137 | 340 | 74 | 72 | 0 | 111 | 14 | 153 | 111 | 70 |
| Binary | 1011111 | 11100000 | 111100 | 111010 | 0 | 1001001 | 1100 | 1101011 | 1001001 | 111000 |
Color Harmonies of #5FE03C
Complementary color
Monochromatic Colors of #5FE03C
Black with #5FE03C
Text Example
Text Example
White with #5FE03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE03C; }
p { color: rgb(95,224,60); }
H1.HeaderClassName
{
color: #5FE03C;
}
.AnyTagClassName
{
color: #5FE03C;
}
</style>
background-color css
<style>
a { background-color: #5FE03C; }
a { background-color: rgb(95,224,60); }
div.DivClassName
{
background-color: #5FE03C;
}
.BgClassName
{
background-color: #5FE03C;
}
</style>
border-color css
<style>
span { border-color: #5FE03C; }
span { border-color: rgb(95,224,60); }
td.TdClassName
{
border-color: #5FE03C;
}
.TagClassName
{
border-color: #5FE03C;
}
</style>