Shades of Bright Green #6BDA16
Tints of Bright Green #6BDA16
RGB
CMYK
RGB Variations
Color information
#6BDA16 (or 0x6BDA16) is known color: Bright Green. HEX triplet: 6B, DA and 16. RGB value is (107,218,22). Sum of RGB (Red+Green+Blue) = 107+218+22=347 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.84% from 347); Green value is 218 (85.55% from 255 or 62.82% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 218 - color contains mainly: green. Hex color #6BDA16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BDA16 is #9425E9. Grayscale: #A3A3A3. Windows color (decimal): -9709034 or 1497707. OLE color: 1497707.
HSL color Cylindrical-coordinate representation of color #6BDA16: hue angle of 93.98º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6BDA16 is Cyan = 0.51, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 218 | 22 | - |
| CMYK | 0.51 | 0 | 0.90 | 0.15 |
| HSL | 93.98º | 0.82% | 0.47% | - |
| HSV(B) | 93.98º | 0.9% | 0.85% | - |
| XYZ | 31.28 | 53.33 | 9.4 | - |
| YUV | 162.47 | 48.73 | 88.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 218 | 22 | 0.51 | 0 | 0.90 | 0.15 | 93.98 | 0.82 | 0.47 |
| Hex | 6B | DA | 16 | 33 | 0 | 5A | F | 5E | 52 | 2F |
| Octal | 153 | 332 | 26 | 63 | 0 | 132 | 17 | 136 | 122 | 57 |
| Binary | 1101011 | 11011010 | 10110 | 110011 | 0 | 1011010 | 1111 | 1011110 | 1010010 | 101111 |
Color Harmonies of #6BDA16
Complementary color
Monochromatic Colors of #6BDA16
Black with #6BDA16
Text Example
Text Example
White with #6BDA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDA16; }
p { color: rgb(107,218,22); }
H1.HeaderClassName
{
color: #6BDA16;
}
.AnyTagClassName
{
color: #6BDA16;
}
</style>
background-color css
<style>
a { background-color: #6BDA16; }
a { background-color: rgb(107,218,22); }
div.DivClassName
{
background-color: #6BDA16;
}
.BgClassName
{
background-color: #6BDA16;
}
</style>
border-color css
<style>
span { border-color: #6BDA16; }
span { border-color: rgb(107,218,22); }
td.TdClassName
{
border-color: #6BDA16;
}
.TagClassName
{
border-color: #6BDA16;
}
</style>