Shades of Bright Green #6CDC14
Tints of Bright Green #6CDC14
RGB
CMYK
RGB Variations
Color information
#6CDC14 (or 0x6CDC14) is known color: Bright Green. HEX triplet: 6C, DC and 14. RGB value is (108,220,20). Sum of RGB (Red+Green+Blue) = 108+220+20=348 (46% of max value = 765). Red value is 108 (42.58% from 255 or 31.03% from 348); Green value is 220 (86.33% from 255 or 63.22% from 348); Blue value is 20 (8.20% from 255 or 5.75% from 348); Max value from RGB is 220 - color contains mainly: green. Hex color #6CDC14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CDC14 is #9323EB. Grayscale: #A4A4A4. Windows color (decimal): -9642988 or 1367148. OLE color: 1367148.
HSL color Cylindrical-coordinate representation of color #6CDC14: hue angle of 93.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6CDC14 is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 220 | 20 | - |
| CMYK | 0.51 | 0 | 0.91 | 0.14 |
| HSL | 93.6º | 0.83% | 0.47% | - |
| HSV(B) | 93.6º | 0.91% | 0.86% | - |
| XYZ | 31.9 | 54.43 | 9.49 | - |
| YUV | 163.71 | 46.89 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 220 | 20 | 0.51 | 0 | 0.91 | 0.14 | 93.6 | 0.83 | 0.47 |
| Hex | 6C | DC | 14 | 33 | 0 | 5B | E | 5E | 53 | 2F |
| Octal | 154 | 334 | 24 | 63 | 0 | 133 | 16 | 136 | 123 | 57 |
| Binary | 1101100 | 11011100 | 10100 | 110011 | 0 | 1011011 | 1110 | 1011110 | 1010011 | 101111 |
Color Harmonies of #6CDC14
Complementary color
Monochromatic Colors of #6CDC14
Black with #6CDC14
Text Example
Text Example
White with #6CDC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDC14; }
p { color: rgb(108,220,20); }
H1.HeaderClassName
{
color: #6CDC14;
}
.AnyTagClassName
{
color: #6CDC14;
}
</style>
background-color css
<style>
a { background-color: #6CDC14; }
a { background-color: rgb(108,220,20); }
div.DivClassName
{
background-color: #6CDC14;
}
.BgClassName
{
background-color: #6CDC14;
}
</style>
border-color css
<style>
span { border-color: #6CDC14; }
span { border-color: rgb(108,220,20); }
td.TdClassName
{
border-color: #6CDC14;
}
.TagClassName
{
border-color: #6CDC14;
}
</style>