Shades of Apple #6FC540
Tints of Apple #6FC540
RGB
CMYK
RGB Variations
Color information
#6FC540 (or 0x6FC540) is known color: Apple. HEX triplet: 6F, C5 and 40. RGB value is (111,197,64). Sum of RGB (Red+Green+Blue) = 111+197+64=372 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.84% from 372); Green value is 197 (77.34% from 255 or 52.96% from 372); Blue value is 64 (25.39% from 255 or 17.20% from 372); Max value from RGB is 197 - color contains mainly: green. Hex color #6FC540 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FC540 is #903ABF. Grayscale: #9C9C9C. Windows color (decimal): -9452224 or 4244847. OLE color: 4244847.
HSL color Cylindrical-coordinate representation of color #6FC540: hue angle of 98.8º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6FC540 is Cyan = 0.44, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 111 | 197 | 64 | - |
| CMYK | 0.44 | 0 | 0.68 | 0.23 |
| HSL | 98.8º | 0.53% | 0.51% | - |
| HSV(B) | 98.8º | 0.68% | 0.77% | - |
| XYZ | 27.45 | 43.68 | 11.84 | - |
| YUV | 156.12 | 76.01 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 197 | 64 | 0.44 | 0 | 0.68 | 0.23 | 98.8 | 0.53 | 0.51 |
| Hex | 6F | C5 | 40 | 2C | 0 | 44 | 17 | 63 | 35 | 33 |
| Octal | 157 | 305 | 100 | 54 | 0 | 104 | 27 | 143 | 65 | 63 |
| Binary | 1101111 | 11000101 | 1000000 | 101100 | 0 | 1000100 | 10111 | 1100011 | 110101 | 110011 |
Color Harmonies of #6FC540
Complementary color
Monochromatic Colors of #6FC540
Black with #6FC540
Text Example
Text Example
White with #6FC540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC540; }
p { color: rgb(111,197,64); }
H1.HeaderClassName
{
color: #6FC540;
}
.AnyTagClassName
{
color: #6FC540;
}
</style>
background-color css
<style>
a { background-color: #6FC540; }
a { background-color: rgb(111,197,64); }
div.DivClassName
{
background-color: #6FC540;
}
.BgClassName
{
background-color: #6FC540;
}
</style>
border-color css
<style>
span { border-color: #6FC540; }
span { border-color: rgb(111,197,64); }
td.TdClassName
{
border-color: #6FC540;
}
.TagClassName
{
border-color: #6FC540;
}
</style>