Shades of Apple #6CBF56
Tints of Apple #6CBF56
RGB
CMYK
RGB Variations
Color information
#6CBF56 (or 0x6CBF56) is known color: Apple. HEX triplet: 6C, BF and 56. RGB value is (108,191,86). Sum of RGB (Red+Green+Blue) = 108+191+86=385 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.05% from 385); Green value is 191 (75% from 255 or 49.61% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 191 - color contains mainly: green. Hex color #6CBF56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CBF56 is #9340A9. Grayscale: #9A9A9A. Windows color (decimal): -9650346 or 5685100. OLE color: 5685100.
HSL color Cylindrical-coordinate representation of color #6CBF56: hue angle of 107.43º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CBF56 is Cyan = 0.43, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 108 | 191 | 86 | - |
| CMYK | 0.43 | 0 | 0.55 | 0.25 |
| HSL | 107.43º | 0.45% | 0.54% | - |
| HSV(B) | 107.43º | 0.55% | 0.75% | - |
| XYZ | 26.49 | 41.12 | 15.34 | - |
| YUV | 154.21 | 89.5 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 191 | 86 | 0.43 | 0 | 0.55 | 0.25 | 107.43 | 0.45 | 0.54 |
| Hex | 6C | BF | 56 | 2B | 0 | 37 | 19 | 6B | 2D | 36 |
| Octal | 154 | 277 | 126 | 53 | 0 | 67 | 31 | 153 | 55 | 66 |
| Binary | 1101100 | 10111111 | 1010110 | 101011 | 0 | 110111 | 11001 | 1101011 | 101101 | 110110 |
Color Harmonies of #6CBF56
Complementary color
Monochromatic Colors of #6CBF56
Black with #6CBF56
Text Example
Text Example
White with #6CBF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBF56; }
p { color: rgb(108,191,86); }
H1.HeaderClassName
{
color: #6CBF56;
}
.AnyTagClassName
{
color: #6CBF56;
}
</style>
background-color css
<style>
a { background-color: #6CBF56; }
a { background-color: rgb(108,191,86); }
div.DivClassName
{
background-color: #6CBF56;
}
.BgClassName
{
background-color: #6CBF56;
}
</style>
border-color css
<style>
span { border-color: #6CBF56; }
span { border-color: rgb(108,191,86); }
td.TdClassName
{
border-color: #6CBF56;
}
.TagClassName
{
border-color: #6CBF56;
}
</style>