Shades of Apple #6DCC42
Tints of Apple #6DCC42
RGB
CMYK
RGB Variations
Color information
#6DCC42 (or 0x6DCC42) is known color: Apple. HEX triplet: 6D, CC and 42. RGB value is (109,204,66). Sum of RGB (Red+Green+Blue) = 109+204+66=379 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.76% from 379); Green value is 204 (80.08% from 255 or 53.83% from 379); Blue value is 66 (26.17% from 255 or 17.41% from 379); Max value from RGB is 204 - color contains mainly: green. Hex color #6DCC42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DCC42 is #9233BD. Grayscale: #A0A0A0. Windows color (decimal): -9581502 or 4377709. OLE color: 4377709.
HSL color Cylindrical-coordinate representation of color #6DCC42: hue angle of 101.3º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6DCC42 is Cyan = 0.47, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 109 | 204 | 66 | - |
| CMYK | 0.47 | 0 | 0.68 | 0.2 |
| HSL | 101.3º | 0.58% | 0.53% | - |
| HSV(B) | 101.3º | 0.68% | 0.8% | - |
| XYZ | 28.88 | 46.83 | 12.67 | - |
| YUV | 159.86 | 75.03 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 204 | 66 | 0.47 | 0 | 0.68 | 0.2 | 101.3 | 0.58 | 0.53 |
| Hex | 6D | CC | 42 | 2F | 0 | 44 | 14 | 65 | 3A | 35 |
| Octal | 155 | 314 | 102 | 57 | 0 | 104 | 24 | 145 | 72 | 65 |
| Binary | 1101101 | 11001100 | 1000010 | 101111 | 0 | 1000100 | 10100 | 1100101 | 111010 | 110101 |
Color Harmonies of #6DCC42
Complementary color
Monochromatic Colors of #6DCC42
Black with #6DCC42
Text Example
Text Example
White with #6DCC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCC42; }
p { color: rgb(109,204,66); }
H1.HeaderClassName
{
color: #6DCC42;
}
.AnyTagClassName
{
color: #6DCC42;
}
</style>
background-color css
<style>
a { background-color: #6DCC42; }
a { background-color: rgb(109,204,66); }
div.DivClassName
{
background-color: #6DCC42;
}
.BgClassName
{
background-color: #6DCC42;
}
</style>
border-color css
<style>
span { border-color: #6DCC42; }
span { border-color: rgb(109,204,66); }
td.TdClassName
{
border-color: #6DCC42;
}
.TagClassName
{
border-color: #6DCC42;
}
</style>