Shades of Bright Green #6CDC10
Tints of Bright Green #6CDC10
RGB
CMYK
RGB Variations
Color information
#6CDC10 (or 0x6CDC10) is known color: Bright Green. HEX triplet: 6C, DC and 10. RGB value is (108,220,16). Sum of RGB (Red+Green+Blue) = 108+220+16=344 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.40% from 344); Green value is 220 (86.33% from 255 or 63.95% from 344); Blue value is 16 (6.64% from 255 or 4.65% from 344); Max value from RGB is 220 - color contains mainly: green. Hex color #6CDC10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CDC10 is #9323EF. Grayscale: #A3A3A3. Windows color (decimal): -9642992 or 1105004. OLE color: 1105004.
HSL color Cylindrical-coordinate representation of color #6CDC10: hue angle of 92.94º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6CDC10 is Cyan = 0.51, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 220 | 16 | - |
| CMYK | 0.51 | 0 | 0.93 | 0.14 |
| HSL | 92.94º | 0.86% | 0.46% | - |
| HSV(B) | 92.94º | 0.93% | 0.86% | - |
| XYZ | 31.87 | 54.41 | 9.31 | - |
| YUV | 163.26 | 44.89 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 220 | 16 | 0.51 | 0 | 0.93 | 0.14 | 92.94 | 0.86 | 0.46 |
| Hex | 6C | DC | 10 | 33 | 0 | 5D | E | 5D | 56 | 2E |
| Octal | 154 | 334 | 20 | 63 | 0 | 135 | 16 | 135 | 126 | 56 |
| Binary | 1101100 | 11011100 | 10000 | 110011 | 0 | 1011101 | 1110 | 1011101 | 1010110 | 101110 |
Color Harmonies of #6CDC10
Complementary color
Monochromatic Colors of #6CDC10
Black with #6CDC10
Text Example
Text Example
White with #6CDC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDC10; }
p { color: rgb(108,220,16); }
H1.HeaderClassName
{
color: #6CDC10;
}
.AnyTagClassName
{
color: #6CDC10;
}
</style>
background-color css
<style>
a { background-color: #6CDC10; }
a { background-color: rgb(108,220,16); }
div.DivClassName
{
background-color: #6CDC10;
}
.BgClassName
{
background-color: #6CDC10;
}
</style>
border-color css
<style>
span { border-color: #6CDC10; }
span { border-color: rgb(108,220,16); }
td.TdClassName
{
border-color: #6CDC10;
}
.TagClassName
{
border-color: #6CDC10;
}
</style>