Shades of Bright Green #6ADB16
Tints of Bright Green #6ADB16
RGB
CMYK
RGB Variations
Color information
#6ADB16 (or 0x6ADB16) is known color: Bright Green. HEX triplet: 6A, DB and 16. RGB value is (106,219,22). Sum of RGB (Red+Green+Blue) = 106+219+22=347 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.55% from 347); Green value is 219 (85.94% from 255 or 63.11% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 219 - color contains mainly: green. Hex color #6ADB16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ADB16 is #9524E9. Grayscale: #A3A3A3. Windows color (decimal): -9774314 or 1497962. OLE color: 1497962.
HSL color Cylindrical-coordinate representation of color #6ADB16: hue angle of 94.42º 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 #6ADB16 is Cyan = 0.52, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 219 | 22 | - |
| CMYK | 0.52 | 0 | 0.90 | 0.14 |
| HSL | 94.42º | 0.82% | 0.47% | - |
| HSV(B) | 94.42º | 0.9% | 0.86% | - |
| XYZ | 31.42 | 53.79 | 9.48 | - |
| YUV | 162.76 | 48.56 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 219 | 22 | 0.52 | 0 | 0.90 | 0.14 | 94.42 | 0.82 | 0.47 |
| Hex | 6A | DB | 16 | 34 | 0 | 5A | E | 5E | 52 | 2F |
| Octal | 152 | 333 | 26 | 64 | 0 | 132 | 16 | 136 | 122 | 57 |
| Binary | 1101010 | 11011011 | 10110 | 110100 | 0 | 1011010 | 1110 | 1011110 | 1010010 | 101111 |
Color Harmonies of #6ADB16
Complementary color
Monochromatic Colors of #6ADB16
Black with #6ADB16
Text Example
Text Example
White with #6ADB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADB16; }
p { color: rgb(106,219,22); }
H1.HeaderClassName
{
color: #6ADB16;
}
.AnyTagClassName
{
color: #6ADB16;
}
</style>
background-color css
<style>
a { background-color: #6ADB16; }
a { background-color: rgb(106,219,22); }
div.DivClassName
{
background-color: #6ADB16;
}
.BgClassName
{
background-color: #6ADB16;
}
</style>
border-color css
<style>
span { border-color: #6ADB16; }
span { border-color: rgb(106,219,22); }
td.TdClassName
{
border-color: #6ADB16;
}
.TagClassName
{
border-color: #6ADB16;
}
</style>