Shades of Apple #6CBF50
Tints of Apple #6CBF50
RGB
CMYK
RGB Variations
Color information
#6CBF50 (or 0x6CBF50) is known color: Apple. HEX triplet: 6C, BF and 50. RGB value is (108,191,80). Sum of RGB (Red+Green+Blue) = 108+191+80=379 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.50% from 379); Green value is 191 (75% from 255 or 50.40% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 191 - color contains mainly: green. Hex color #6CBF50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CBF50 is #9340AF. Grayscale: #999999. Windows color (decimal): -9650352 or 5291884. OLE color: 5291884.
HSL color Cylindrical-coordinate representation of color #6CBF50: hue angle of 104.86º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6CBF50 is Cyan = 0.43, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 108 | 191 | 80 | - |
| CMYK | 0.43 | 0 | 0.58 | 0.25 |
| HSL | 104.86º | 0.46% | 0.53% | - |
| HSV(B) | 104.86º | 0.58% | 0.75% | - |
| XYZ | 26.26 | 41.03 | 14.12 | - |
| YUV | 153.53 | 86.5 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 191 | 80 | 0.43 | 0 | 0.58 | 0.25 | 104.86 | 0.46 | 0.53 |
| Hex | 6C | BF | 50 | 2B | 0 | 3A | 19 | 69 | 2E | 35 |
| Octal | 154 | 277 | 120 | 53 | 0 | 72 | 31 | 151 | 56 | 65 |
| Binary | 1101100 | 10111111 | 1010000 | 101011 | 0 | 111010 | 11001 | 1101001 | 101110 | 110101 |
Color Harmonies of #6CBF50
Complementary color
Monochromatic Colors of #6CBF50
Black with #6CBF50
Text Example
Text Example
White with #6CBF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBF50; }
p { color: rgb(108,191,80); }
H1.HeaderClassName
{
color: #6CBF50;
}
.AnyTagClassName
{
color: #6CBF50;
}
</style>
background-color css
<style>
a { background-color: #6CBF50; }
a { background-color: rgb(108,191,80); }
div.DivClassName
{
background-color: #6CBF50;
}
.BgClassName
{
background-color: #6CBF50;
}
</style>
border-color css
<style>
span { border-color: #6CBF50; }
span { border-color: rgb(108,191,80); }
td.TdClassName
{
border-color: #6CBF50;
}
.TagClassName
{
border-color: #6CBF50;
}
</style>