Shades of Bright Green #6ADD00
Tints of Bright Green #6ADD00
RGB
CMYK
RGB Variations
Color information
#6ADD00 (or 0x6ADD00) is known color: Bright Green. HEX triplet: 6A, DD and 00. RGB value is (106,221,0). Sum of RGB (Red+Green+Blue) = 106+221+0=327 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.42% from 327); Green value is 221 (86.72% from 255 or 67.58% from 327); Blue value is 0 (0.39% from 255 or 0% from 327); Max value from RGB is 221 - color contains mainly: green. Hex color #6ADD00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ADD00 is #9522FF. Grayscale: #A2A2A2. Windows color (decimal): -9773824 or 56682. OLE color: 56682.
HSL color Cylindrical-coordinate representation of color #6ADD00: hue angle of 91.22º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6ADD00 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 221 | 0 | - |
| CMYK | 0.52 | 0 | 1 | 0.13 |
| HSL | 91.22º | 1% | 0.43% | - |
| HSV(B) | 91.22º | 1% | 0.87% | - |
| XYZ | 31.8 | 54.78 | 8.9 | - |
| YUV | 161.42 | 36.9 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 221 | 0 | 0.52 | 0 | 1 | 0.13 | 91.22 | 1 | 0.43 |
| Hex | 6A | DD | 0 | 34 | 0 | 64 | D | 5B | 64 | 2B |
| Octal | 152 | 335 | 0 | 64 | 0 | 144 | 15 | 133 | 144 | 53 |
| Binary | 1101010 | 11011101 | 0 | 110100 | 0 | 1100100 | 1101 | 1011011 | 1100100 | 101011 |
Color Harmonies of #6ADD00
Complementary color
Monochromatic Colors of #6ADD00
Black with #6ADD00
Text Example
Text Example
White with #6ADD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADD00; }
p { color: rgb(106,221,0); }
H1.HeaderClassName
{
color: #6ADD00;
}
.AnyTagClassName
{
color: #6ADD00;
}
</style>
background-color css
<style>
a { background-color: #6ADD00; }
a { background-color: rgb(106,221,0); }
div.DivClassName
{
background-color: #6ADD00;
}
.BgClassName
{
background-color: #6ADD00;
}
</style>
border-color css
<style>
span { border-color: #6ADD00; }
span { border-color: rgb(106,221,0); }
td.TdClassName
{
border-color: #6ADD00;
}
.TagClassName
{
border-color: #6ADD00;
}
</style>