Shades of Bright Green #6CDB12
Tints of Bright Green #6CDB12
RGB
CMYK
RGB Variations
Color information
#6CDB12 (or 0x6CDB12) is known color: Bright Green. HEX triplet: 6C, DB and 12. RGB value is (108,219,18). Sum of RGB (Red+Green+Blue) = 108+219+18=345 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.30% from 345); Green value is 219 (85.94% from 255 or 63.48% from 345); Blue value is 18 (7.42% from 255 or 5.22% from 345); Max value from RGB is 219 - color contains mainly: green. Hex color #6CDB12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CDB12 is #9324ED. Grayscale: #A3A3A3. Windows color (decimal): -9643246 or 1235820. OLE color: 1235820.
HSL color Cylindrical-coordinate representation of color #6CDB12: hue angle of 93.13º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6CDB12 is Cyan = 0.51, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 219 | 18 | - |
| CMYK | 0.51 | 0 | 0.92 | 0.14 |
| HSL | 93.13º | 0.85% | 0.46% | - |
| HSV(B) | 93.13º | 0.92% | 0.86% | - |
| XYZ | 31.63 | 53.89 | 9.31 | - |
| YUV | 162.9 | 46.23 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 219 | 18 | 0.51 | 0 | 0.92 | 0.14 | 93.13 | 0.85 | 0.46 |
| Hex | 6C | DB | 12 | 33 | 0 | 5C | E | 5D | 55 | 2E |
| Octal | 154 | 333 | 22 | 63 | 0 | 134 | 16 | 135 | 125 | 56 |
| Binary | 1101100 | 11011011 | 10010 | 110011 | 0 | 1011100 | 1110 | 1011101 | 1010101 | 101110 |
Color Harmonies of #6CDB12
Complementary color
Monochromatic Colors of #6CDB12
Black with #6CDB12
Text Example
Text Example
White with #6CDB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDB12; }
p { color: rgb(108,219,18); }
H1.HeaderClassName
{
color: #6CDB12;
}
.AnyTagClassName
{
color: #6CDB12;
}
</style>
background-color css
<style>
a { background-color: #6CDB12; }
a { background-color: rgb(108,219,18); }
div.DivClassName
{
background-color: #6CDB12;
}
.BgClassName
{
background-color: #6CDB12;
}
</style>
border-color css
<style>
span { border-color: #6CDB12; }
span { border-color: rgb(108,219,18); }
td.TdClassName
{
border-color: #6CDB12;
}
.TagClassName
{
border-color: #6CDB12;
}
</style>