Shades of Apple #6CCC40
Tints of Apple #6CCC40
RGB
CMYK
RGB Variations
Color information
#6CCC40 (or 0x6CCC40) is known color: Apple. HEX triplet: 6C, CC and 40. RGB value is (108,204,64). Sum of RGB (Red+Green+Blue) = 108+204+64=376 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.72% from 376); Green value is 204 (80.08% from 255 or 54.26% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCC40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CCC40 is #9333BF. Grayscale: #9F9F9F. Windows color (decimal): -9647040 or 4246636. OLE color: 4246636.
HSL color Cylindrical-coordinate representation of color #6CCC40: hue angle of 101.14º 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 #6CCC40 is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 108 | 204 | 64 | - |
| CMYK | 0.47 | 0 | 0.69 | 0.2 |
| HSL | 101.14º | 0.58% | 0.53% | - |
| HSV(B) | 101.14º | 0.69% | 0.8% | - |
| XYZ | 28.7 | 46.74 | 12.36 | - |
| YUV | 159.34 | 74.2 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 204 | 64 | 0.47 | 0 | 0.69 | 0.2 | 101.14 | 0.58 | 0.53 |
| Hex | 6C | CC | 40 | 2F | 0 | 45 | 14 | 65 | 3A | 35 |
| Octal | 154 | 314 | 100 | 57 | 0 | 105 | 24 | 145 | 72 | 65 |
| Binary | 1101100 | 11001100 | 1000000 | 101111 | 0 | 1000101 | 10100 | 1100101 | 111010 | 110101 |
Color Harmonies of #6CCC40
Complementary color
Monochromatic Colors of #6CCC40
Black with #6CCC40
Text Example
Text Example
White with #6CCC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCC40; }
p { color: rgb(108,204,64); }
H1.HeaderClassName
{
color: #6CCC40;
}
.AnyTagClassName
{
color: #6CCC40;
}
</style>
background-color css
<style>
a { background-color: #6CCC40; }
a { background-color: rgb(108,204,64); }
div.DivClassName
{
background-color: #6CCC40;
}
.BgClassName
{
background-color: #6CCC40;
}
</style>
border-color css
<style>
span { border-color: #6CCC40; }
span { border-color: rgb(108,204,64); }
td.TdClassName
{
border-color: #6CCC40;
}
.TagClassName
{
border-color: #6CCC40;
}
</style>