Shades of Apple #6FCC40
Tints of Apple #6FCC40
RGB
CMYK
RGB Variations
Color information
#6FCC40 (or 0x6FCC40) is known color: Apple. HEX triplet: 6F, CC and 40. RGB value is (111,204,64). Sum of RGB (Red+Green+Blue) = 111+204+64=379 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.29% from 379); Green value is 204 (80.08% from 255 or 53.83% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 204 - color contains mainly: green. Hex color #6FCC40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCC40 is #9033BF. Grayscale: #A0A0A0. Windows color (decimal): -9450432 or 4246639. OLE color: 4246639.
HSL color Cylindrical-coordinate representation of color #6FCC40: hue angle of 99.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6FCC40 is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 204 | 64 | - |
| CMYK | 0.46 | 0 | 0.69 | 0.2 |
| HSL | 99.86º | 0.58% | 0.53% | - |
| HSV(B) | 99.86º | 0.69% | 0.8% | - |
| XYZ | 29.07 | 46.94 | 12.38 | - |
| YUV | 160.23 | 73.69 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 204 | 64 | 0.46 | 0 | 0.69 | 0.2 | 99.86 | 0.58 | 0.53 |
| Hex | 6F | CC | 40 | 2E | 0 | 45 | 14 | 64 | 3A | 35 |
| Octal | 157 | 314 | 100 | 56 | 0 | 105 | 24 | 144 | 72 | 65 |
| Binary | 1101111 | 11001100 | 1000000 | 101110 | 0 | 1000101 | 10100 | 1100100 | 111010 | 110101 |
Color Harmonies of #6FCC40
Complementary color
Monochromatic Colors of #6FCC40
Black with #6FCC40
Text Example
Text Example
White with #6FCC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCC40; }
p { color: rgb(111,204,64); }
H1.HeaderClassName
{
color: #6FCC40;
}
.AnyTagClassName
{
color: #6FCC40;
}
</style>
background-color css
<style>
a { background-color: #6FCC40; }
a { background-color: rgb(111,204,64); }
div.DivClassName
{
background-color: #6FCC40;
}
.BgClassName
{
background-color: #6FCC40;
}
</style>
border-color css
<style>
span { border-color: #6FCC40; }
span { border-color: rgb(111,204,64); }
td.TdClassName
{
border-color: #6FCC40;
}
.TagClassName
{
border-color: #6FCC40;
}
</style>