Shades of Apple #5FC73A
Tints of Apple #5FC73A
RGB
CMYK
RGB Variations
Color information
#5FC73A (or 0x5FC73A) is known color: Apple. HEX triplet: 5F, C7 and 3A. RGB value is (95,199,58). Sum of RGB (Red+Green+Blue) = 95+199+58=352 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.99% from 352); Green value is 199 (78.12% from 255 or 56.53% from 352); Blue value is 58 (23.05% from 255 or 16.48% from 352); Max value from RGB is 199 - color contains mainly: green. Hex color #5FC73A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC73A is #A038C5. Grayscale: #989898. Windows color (decimal): -10500294 or 3852127. OLE color: 3852127.
HSL color Cylindrical-coordinate representation of color #5FC73A: hue angle of 104.26º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5FC73A is Cyan = 0.52, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 95 | 199 | 58 | - |
| CMYK | 0.52 | 0 | 0.71 | 0.22 |
| HSL | 104.26º | 0.56% | 0.5% | - |
| HSV(B) | 104.26º | 0.71% | 0.78% | - |
| XYZ | 25.91 | 43.59 | 11.05 | - |
| YUV | 151.83 | 75.04 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 199 | 58 | 0.52 | 0 | 0.71 | 0.22 | 104.26 | 0.56 | 0.5 |
| Hex | 5F | C7 | 3A | 34 | 0 | 47 | 16 | 68 | 38 | 32 |
| Octal | 137 | 307 | 72 | 64 | 0 | 107 | 26 | 150 | 70 | 62 |
| Binary | 1011111 | 11000111 | 111010 | 110100 | 0 | 1000111 | 10110 | 1101000 | 111000 | 110010 |
Color Harmonies of #5FC73A
Complementary color
Monochromatic Colors of #5FC73A
Black with #5FC73A
Text Example
Text Example
White with #5FC73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC73A; }
p { color: rgb(95,199,58); }
H1.HeaderClassName
{
color: #5FC73A;
}
.AnyTagClassName
{
color: #5FC73A;
}
</style>
background-color css
<style>
a { background-color: #5FC73A; }
a { background-color: rgb(95,199,58); }
div.DivClassName
{
background-color: #5FC73A;
}
.BgClassName
{
background-color: #5FC73A;
}
</style>
border-color css
<style>
span { border-color: #5FC73A; }
span { border-color: rgb(95,199,58); }
td.TdClassName
{
border-color: #5FC73A;
}
.TagClassName
{
border-color: #5FC73A;
}
</style>