Shades of Bright Green #6BDC16
Tints of Bright Green #6BDC16
RGB
CMYK
RGB Variations
Color information
#6BDC16 (or 0x6BDC16) is known color: Bright Green. HEX triplet: 6B, DC and 16. RGB value is (107,220,22). Sum of RGB (Red+Green+Blue) = 107+220+22=349 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.66% from 349); Green value is 220 (86.33% from 255 or 63.04% from 349); Blue value is 22 (8.98% from 255 or 6.30% from 349); Max value from RGB is 220 - color contains mainly: green. Hex color #6BDC16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BDC16 is #9423E9. Grayscale: #A4A4A4. Windows color (decimal): -9708522 or 1498219. OLE color: 1498219.
HSL color Cylindrical-coordinate representation of color #6BDC16: hue angle of 94.24º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6BDC16 is Cyan = 0.51, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 220 | 22 | - |
| CMYK | 0.51 | 0 | 0.9 | 0.14 |
| HSL | 94.24º | 0.82% | 0.47% | - |
| HSV(B) | 94.24º | 0.9% | 0.86% | - |
| XYZ | 31.8 | 54.37 | 9.58 | - |
| YUV | 163.64 | 48.06 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 220 | 22 | 0.51 | 0 | 0.9 | 0.14 | 94.24 | 0.82 | 0.47 |
| Hex | 6B | DC | 16 | 33 | 0 | 5A | E | 5E | 52 | 2F |
| Octal | 153 | 334 | 26 | 63 | 0 | 132 | 16 | 136 | 122 | 57 |
| Binary | 1101011 | 11011100 | 10110 | 110011 | 0 | 1011010 | 1110 | 1011110 | 1010010 | 101111 |
Color Harmonies of #6BDC16
Complementary color
Monochromatic Colors of #6BDC16
Black with #6BDC16
Text Example
Text Example
White with #6BDC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDC16; }
p { color: rgb(107,220,22); }
H1.HeaderClassName
{
color: #6BDC16;
}
.AnyTagClassName
{
color: #6BDC16;
}
</style>
background-color css
<style>
a { background-color: #6BDC16; }
a { background-color: rgb(107,220,22); }
div.DivClassName
{
background-color: #6BDC16;
}
.BgClassName
{
background-color: #6BDC16;
}
</style>
border-color css
<style>
span { border-color: #6BDC16; }
span { border-color: rgb(107,220,22); }
td.TdClassName
{
border-color: #6BDC16;
}
.TagClassName
{
border-color: #6BDC16;
}
</style>