Shades of Lawn Green #6CDC0C
Tints of Lawn Green #6CDC0C
RGB
CMYK
RGB Variations
Color information
#6CDC0C (or 0x6CDC0C) is known color: Lawn Green. HEX triplet: 6C, DC and 0C. RGB value is (108,220,12). Sum of RGB (Red+Green+Blue) = 108+220+12=340 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.76% from 340); Green value is 220 (86.33% from 255 or 64.71% from 340); Blue value is 12 (5.08% from 255 or 3.53% from 340); Max value from RGB is 220 - color contains mainly: green. Hex color #6CDC0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CDC0C is #9323F3. Grayscale: #A3A3A3. Windows color (decimal): -9642996 or 842860. OLE color: 842860.
HSL color Cylindrical-coordinate representation of color #6CDC0C: hue angle of 92.31º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6CDC0C is Cyan = 0.51, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 220 | 12 | - |
| CMYK | 0.51 | 0 | 0.95 | 0.14 |
| HSL | 92.31º | 0.9% | 0.45% | - |
| HSV(B) | 92.31º | 0.95% | 0.86% | - |
| XYZ | 31.84 | 54.4 | 9.17 | - |
| YUV | 162.8 | 42.89 | 88.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 220 | 12 | 0.51 | 0 | 0.95 | 0.14 | 92.31 | 0.9 | 0.45 |
| Hex | 6C | DC | C | 33 | 0 | 5F | E | 5C | 5A | 2D |
| Octal | 154 | 334 | 14 | 63 | 0 | 137 | 16 | 134 | 132 | 55 |
| Binary | 1101100 | 11011100 | 1100 | 110011 | 0 | 1011111 | 1110 | 1011100 | 1011010 | 101101 |
Color Harmonies of #6CDC0C
Complementary color
Monochromatic Colors of #6CDC0C
Black with #6CDC0C
Text Example
Text Example
White with #6CDC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDC0C; }
p { color: rgb(108,220,12); }
H1.HeaderClassName
{
color: #6CDC0C;
}
.AnyTagClassName
{
color: #6CDC0C;
}
</style>
background-color css
<style>
a { background-color: #6CDC0C; }
a { background-color: rgb(108,220,12); }
div.DivClassName
{
background-color: #6CDC0C;
}
.BgClassName
{
background-color: #6CDC0C;
}
</style>
border-color css
<style>
span { border-color: #6CDC0C; }
span { border-color: rgb(108,220,12); }
td.TdClassName
{
border-color: #6CDC0C;
}
.TagClassName
{
border-color: #6CDC0C;
}
</style>