Shades of Apple #5FC94D
Tints of Apple #5FC94D
RGB
CMYK
RGB Variations
Color information
#5FC94D (or 0x5FC94D) is known color: Apple. HEX triplet: 5F, C9 and 4D. RGB value is (95,201,77). Sum of RGB (Red+Green+Blue) = 95+201+77=373 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.47% from 373); Green value is 201 (78.91% from 255 or 53.89% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 201 - color contains mainly: green. Hex color #5FC94D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC94D is #A036B2. Grayscale: #9B9B9B. Windows color (decimal): -10499763 or 5097823. OLE color: 5097823.
HSL color Cylindrical-coordinate representation of color #5FC94D: hue angle of 111.29º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FC94D is Cyan = 0.53, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 201 | 77 | - |
| CMYK | 0.53 | 0 | 0.62 | 0.21 |
| HSL | 111.29º | 0.53% | 0.55% | - |
| HSV(B) | 111.29º | 0.62% | 0.79% | - |
| XYZ | 26.95 | 44.74 | 14.24 | - |
| YUV | 155.17 | 83.88 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 201 | 77 | 0.53 | 0 | 0.62 | 0.21 | 111.29 | 0.53 | 0.55 |
| Hex | 5F | C9 | 4D | 35 | 0 | 3E | 15 | 6F | 35 | 37 |
| Octal | 137 | 311 | 115 | 65 | 0 | 76 | 25 | 157 | 65 | 67 |
| Binary | 1011111 | 11001001 | 1001101 | 110101 | 0 | 111110 | 10101 | 1101111 | 110101 | 110111 |
Color Harmonies of #5FC94D
Complementary color
Monochromatic Colors of #5FC94D
Black with #5FC94D
Text Example
Text Example
White with #5FC94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC94D; }
p { color: rgb(95,201,77); }
H1.HeaderClassName
{
color: #5FC94D;
}
.AnyTagClassName
{
color: #5FC94D;
}
</style>
background-color css
<style>
a { background-color: #5FC94D; }
a { background-color: rgb(95,201,77); }
div.DivClassName
{
background-color: #5FC94D;
}
.BgClassName
{
background-color: #5FC94D;
}
</style>
border-color css
<style>
span { border-color: #5FC94D; }
span { border-color: rgb(95,201,77); }
td.TdClassName
{
border-color: #5FC94D;
}
.TagClassName
{
border-color: #5FC94D;
}
</style>