Shades of Bright Green #6ADB0D
Tints of Bright Green #6ADB0D
RGB
CMYK
RGB Variations
Color information
#6ADB0D (or 0x6ADB0D) is known color: Bright Green. HEX triplet: 6A, DB and 0D. RGB value is (106,219,13). Sum of RGB (Red+Green+Blue) = 106+219+13=338 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.36% from 338); Green value is 219 (85.94% from 255 or 64.79% from 338); Blue value is 13 (5.47% from 255 or 3.85% from 338); Max value from RGB is 219 - color contains mainly: green. Hex color #6ADB0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ADB0D is #9524F2. Grayscale: #A2A2A2. Windows color (decimal): -9774323 or 908138. OLE color: 908138.
HSL color Cylindrical-coordinate representation of color #6ADB0D: hue angle of 92.91º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6ADB0D is Cyan = 0.52, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 219 | 13 | - |
| CMYK | 0.52 | 0 | 0.94 | 0.14 |
| HSL | 92.91º | 0.89% | 0.45% | - |
| HSV(B) | 92.91º | 0.94% | 0.86% | - |
| XYZ | 31.35 | 53.76 | 9.1 | - |
| YUV | 161.73 | 44.06 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 219 | 13 | 0.52 | 0 | 0.94 | 0.14 | 92.91 | 0.89 | 0.45 |
| Hex | 6A | DB | D | 34 | 0 | 5E | E | 5D | 59 | 2D |
| Octal | 152 | 333 | 15 | 64 | 0 | 136 | 16 | 135 | 131 | 55 |
| Binary | 1101010 | 11011011 | 1101 | 110100 | 0 | 1011110 | 1110 | 1011101 | 1011001 | 101101 |
Color Harmonies of #6ADB0D
Complementary color
Monochromatic Colors of #6ADB0D
Black with #6ADB0D
Text Example
Text Example
White with #6ADB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADB0D; }
p { color: rgb(106,219,13); }
H1.HeaderClassName
{
color: #6ADB0D;
}
.AnyTagClassName
{
color: #6ADB0D;
}
</style>
background-color css
<style>
a { background-color: #6ADB0D; }
a { background-color: rgb(106,219,13); }
div.DivClassName
{
background-color: #6ADB0D;
}
.BgClassName
{
background-color: #6ADB0D;
}
</style>
border-color css
<style>
span { border-color: #6ADB0D; }
span { border-color: rgb(106,219,13); }
td.TdClassName
{
border-color: #6ADB0D;
}
.TagClassName
{
border-color: #6ADB0D;
}
</style>