Shades of Apple #6DCC40
Tints of Apple #6DCC40
RGB
CMYK
RGB Variations
Color information
#6DCC40 (or 0x6DCC40) is known color: Apple. HEX triplet: 6D, CC and 40. RGB value is (109,204,64). Sum of RGB (Red+Green+Blue) = 109+204+64=377 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.91% from 377); Green value is 204 (80.08% from 255 or 54.11% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 204 - color contains mainly: green. Hex color #6DCC40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DCC40 is #9233BF. Grayscale: #A0A0A0. Windows color (decimal): -9581504 or 4246637. OLE color: 4246637.
HSL color Cylindrical-coordinate representation of color #6DCC40: hue angle of 100.71º 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 #6DCC40 is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 109 | 204 | 64 | - |
| CMYK | 0.47 | 0 | 0.69 | 0.2 |
| HSL | 100.71º | 0.58% | 0.53% | - |
| HSV(B) | 100.71º | 0.69% | 0.8% | - |
| XYZ | 28.82 | 46.81 | 12.37 | - |
| YUV | 159.64 | 74.03 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 204 | 64 | 0.47 | 0 | 0.69 | 0.2 | 100.71 | 0.58 | 0.53 |
| Hex | 6D | CC | 40 | 2F | 0 | 45 | 14 | 65 | 3A | 35 |
| Octal | 155 | 314 | 100 | 57 | 0 | 105 | 24 | 145 | 72 | 65 |
| Binary | 1101101 | 11001100 | 1000000 | 101111 | 0 | 1000101 | 10100 | 1100101 | 111010 | 110101 |
Color Harmonies of #6DCC40
Complementary color
Monochromatic Colors of #6DCC40
Black with #6DCC40
Text Example
Text Example
White with #6DCC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCC40; }
p { color: rgb(109,204,64); }
H1.HeaderClassName
{
color: #6DCC40;
}
.AnyTagClassName
{
color: #6DCC40;
}
</style>
background-color css
<style>
a { background-color: #6DCC40; }
a { background-color: rgb(109,204,64); }
div.DivClassName
{
background-color: #6DCC40;
}
.BgClassName
{
background-color: #6DCC40;
}
</style>
border-color css
<style>
span { border-color: #6DCC40; }
span { border-color: rgb(109,204,64); }
td.TdClassName
{
border-color: #6DCC40;
}
.TagClassName
{
border-color: #6DCC40;
}
</style>