Shades of Apple #6FBC50
Tints of Apple #6FBC50
RGB
CMYK
RGB Variations
Color information
#6FBC50 (or 0x6FBC50) is known color: Apple. HEX triplet: 6F, BC and 50. RGB value is (111,188,80). Sum of RGB (Red+Green+Blue) = 111+188+80=379 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.29% from 379); Green value is 188 (73.83% from 255 or 49.60% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBC50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBC50 is #9043AF. Grayscale: #999999. Windows color (decimal): -9454512 or 5291119. OLE color: 5291119.
HSL color Cylindrical-coordinate representation of color #6FBC50: hue angle of 102.78º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6FBC50 is Cyan = 0.41, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 188 | 80 | - |
| CMYK | 0.41 | 0 | 0.57 | 0.26 |
| HSL | 102.78º | 0.45% | 0.53% | - |
| HSV(B) | 102.78º | 0.57% | 0.74% | - |
| XYZ | 25.99 | 39.93 | 13.93 | - |
| YUV | 152.67 | 86.99 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 188 | 80 | 0.41 | 0 | 0.57 | 0.26 | 102.78 | 0.45 | 0.53 |
| Hex | 6F | BC | 50 | 29 | 0 | 39 | 1A | 67 | 2D | 35 |
| Octal | 157 | 274 | 120 | 51 | 0 | 71 | 32 | 147 | 55 | 65 |
| Binary | 1101111 | 10111100 | 1010000 | 101001 | 0 | 111001 | 11010 | 1100111 | 101101 | 110101 |
Color Harmonies of #6FBC50
Complementary color
Monochromatic Colors of #6FBC50
Black with #6FBC50
Text Example
Text Example
White with #6FBC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBC50; }
p { color: rgb(111,188,80); }
H1.HeaderClassName
{
color: #6FBC50;
}
.AnyTagClassName
{
color: #6FBC50;
}
</style>
background-color css
<style>
a { background-color: #6FBC50; }
a { background-color: rgb(111,188,80); }
div.DivClassName
{
background-color: #6FBC50;
}
.BgClassName
{
background-color: #6FBC50;
}
</style>
border-color css
<style>
span { border-color: #6FBC50; }
span { border-color: rgb(111,188,80); }
td.TdClassName
{
border-color: #6FBC50;
}
.TagClassName
{
border-color: #6FBC50;
}
</style>