Shades of Bright Green #6ADB13
Tints of Bright Green #6ADB13
RGB
CMYK
RGB Variations
Color information
#6ADB13 (or 0x6ADB13) is known color: Bright Green. HEX triplet: 6A, DB and 13. RGB value is (106,219,19). Sum of RGB (Red+Green+Blue) = 106+219+19=344 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.81% from 344); Green value is 219 (85.94% from 255 or 63.66% from 344); Blue value is 19 (7.81% from 255 or 5.52% from 344); Max value from RGB is 219 - color contains mainly: green. Hex color #6ADB13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ADB13 is #9524EC. Grayscale: #A3A3A3. Windows color (decimal): -9774317 or 1301354. OLE color: 1301354.
HSL color Cylindrical-coordinate representation of color #6ADB13: hue angle of 93.9º degrees, saturation: 0.84, 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 #6ADB13 is Cyan = 0.52, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 219 | 19 | - |
| CMYK | 0.52 | 0 | 0.91 | 0.14 |
| HSL | 93.9º | 0.84% | 0.47% | - |
| HSV(B) | 93.9º | 0.91% | 0.86% | - |
| XYZ | 31.39 | 53.77 | 9.34 | - |
| YUV | 162.41 | 47.06 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 219 | 19 | 0.52 | 0 | 0.91 | 0.14 | 93.9 | 0.84 | 0.47 |
| Hex | 6A | DB | 13 | 34 | 0 | 5B | E | 5E | 54 | 2F |
| Octal | 152 | 333 | 23 | 64 | 0 | 133 | 16 | 136 | 124 | 57 |
| Binary | 1101010 | 11011011 | 10011 | 110100 | 0 | 1011011 | 1110 | 1011110 | 1010100 | 101111 |
Color Harmonies of #6ADB13
Complementary color
Monochromatic Colors of #6ADB13
Black with #6ADB13
Text Example
Text Example
White with #6ADB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADB13; }
p { color: rgb(106,219,19); }
H1.HeaderClassName
{
color: #6ADB13;
}
.AnyTagClassName
{
color: #6ADB13;
}
</style>
background-color css
<style>
a { background-color: #6ADB13; }
a { background-color: rgb(106,219,19); }
div.DivClassName
{
background-color: #6ADB13;
}
.BgClassName
{
background-color: #6ADB13;
}
</style>
border-color css
<style>
span { border-color: #6ADB13; }
span { border-color: rgb(106,219,19); }
td.TdClassName
{
border-color: #6ADB13;
}
.TagClassName
{
border-color: #6ADB13;
}
</style>