Shades of Apple #5FE03D
Tints of Apple #5FE03D
RGB
CMYK
RGB Variations
Color information
#5FE03D (or 0x5FE03D) is known color: Apple. HEX triplet: 5F, E0 and 3D. RGB value is (95,224,61). Sum of RGB (Red+Green+Blue) = 95+224+61=380 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25% from 380); Green value is 224 (87.89% from 255 or 58.95% from 380); Blue value is 61 (24.22% from 255 or 16.05% from 380); Max value from RGB is 224 - color contains mainly: green. Hex color #5FE03D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FE03D is #A01FC2. Grayscale: #A7A7A7. Windows color (decimal): -10493891 or 4055135. OLE color: 4055135.
HSL color Cylindrical-coordinate representation of color #5FE03D: hue angle of 107.48º degrees, saturation: 0.72, 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 #5FE03D is Cyan = 0.58, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 95 | 224 | 61 | - |
| CMYK | 0.58 | 0 | 0.73 | 0.12 |
| HSL | 107.48º | 0.72% | 0.56% | - |
| HSV(B) | 107.48º | 0.73% | 0.88% | - |
| XYZ | 32.22 | 56.08 | 13.54 | - |
| YUV | 166.85 | 68.26 | 76.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 224 | 61 | 0.58 | 0 | 0.73 | 0.12 | 107.48 | 0.72 | 0.56 |
| Hex | 5F | E0 | 3D | 3A | 0 | 49 | C | 6B | 48 | 38 |
| Octal | 137 | 340 | 75 | 72 | 0 | 111 | 14 | 153 | 110 | 70 |
| Binary | 1011111 | 11100000 | 111101 | 111010 | 0 | 1001001 | 1100 | 1101011 | 1001000 | 111000 |
Color Harmonies of #5FE03D
Complementary color
Monochromatic Colors of #5FE03D
Black with #5FE03D
Text Example
Text Example
White with #5FE03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE03D; }
p { color: rgb(95,224,61); }
H1.HeaderClassName
{
color: #5FE03D;
}
.AnyTagClassName
{
color: #5FE03D;
}
</style>
background-color css
<style>
a { background-color: #5FE03D; }
a { background-color: rgb(95,224,61); }
div.DivClassName
{
background-color: #5FE03D;
}
.BgClassName
{
background-color: #5FE03D;
}
</style>
border-color css
<style>
span { border-color: #5FE03D; }
span { border-color: rgb(95,224,61); }
td.TdClassName
{
border-color: #5FE03D;
}
.TagClassName
{
border-color: #5FE03D;
}
</style>