Shades of Apple #60BF4D
Tints of Apple #60BF4D
RGB
CMYK
RGB Variations
Color information
#60BF4D (or 0x60BF4D) is known color: Apple. HEX triplet: 60, BF and 4D. RGB value is (96,191,77). Sum of RGB (Red+Green+Blue) = 96+191+77=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 191 (75% from 255 or 52.47% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 191 - color contains mainly: green. Hex color #60BF4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BF4D is #9F40B2. Grayscale: #959595. Windows color (decimal): -10436787 or 5095264. OLE color: 5095264.
HSL color Cylindrical-coordinate representation of color #60BF4D: hue angle of 110º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60BF4D is Cyan = 0.50, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 191 | 77 | - |
| CMYK | 0.50 | 0 | 0.60 | 0.25 |
| HSL | 110º | 0.47% | 0.53% | - |
| HSV(B) | 110º | 0.6% | 0.75% | - |
| XYZ | 24.79 | 40.28 | 13.49 | - |
| YUV | 149.6 | 87.03 | 89.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 191 | 77 | 0.50 | 0 | 0.60 | 0.25 | 110 | 0.47 | 0.53 |
| Hex | 60 | BF | 4D | 32 | 0 | 3C | 19 | 6E | 2F | 35 |
| Octal | 140 | 277 | 115 | 62 | 0 | 74 | 31 | 156 | 57 | 65 |
| Binary | 1100000 | 10111111 | 1001101 | 110010 | 0 | 111100 | 11001 | 1101110 | 101111 | 110101 |
Color Harmonies of #60BF4D
Complementary color
Monochromatic Colors of #60BF4D
Black with #60BF4D
Text Example
Text Example
White with #60BF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BF4D; }
p { color: rgb(96,191,77); }
H1.HeaderClassName
{
color: #60BF4D;
}
.AnyTagClassName
{
color: #60BF4D;
}
</style>
background-color css
<style>
a { background-color: #60BF4D; }
a { background-color: rgb(96,191,77); }
div.DivClassName
{
background-color: #60BF4D;
}
.BgClassName
{
background-color: #60BF4D;
}
</style>
border-color css
<style>
span { border-color: #60BF4D; }
span { border-color: rgb(96,191,77); }
td.TdClassName
{
border-color: #60BF4D;
}
.TagClassName
{
border-color: #60BF4D;
}
</style>