Shades of Bright Green #6AD700
Tints of Bright Green #6AD700
RGB
CMYK
RGB Variations
Color information
#6AD700 (or 0x6AD700) is known color: Bright Green. HEX triplet: 6A, D7 and 00. RGB value is (106,215,0). Sum of RGB (Red+Green+Blue) = 106+215+0=321 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.02% from 321); Green value is 215 (84.38% from 255 or 66.98% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 215 - color contains mainly: green. Hex color #6AD700 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AD700 is #9528FF. Grayscale: #9E9E9E. Windows color (decimal): -9775360 or 55146. OLE color: 55146.
HSL color Cylindrical-coordinate representation of color #6AD700: hue angle of 90.42º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6AD700 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 215 | 0 | - |
| CMYK | 0.51 | 0 | 1 | 0.16 |
| HSL | 90.42º | 1% | 0.42% | - |
| HSV(B) | 90.42º | 1% | 0.84% | - |
| XYZ | 30.24 | 51.67 | 8.38 | - |
| YUV | 157.9 | 38.89 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 215 | 0 | 0.51 | 0 | 1 | 0.16 | 90.42 | 1 | 0.42 |
| Hex | 6A | D7 | 0 | 33 | 0 | 64 | 10 | 5A | 64 | 2A |
| Octal | 152 | 327 | 0 | 63 | 0 | 144 | 20 | 132 | 144 | 52 |
| Binary | 1101010 | 11010111 | 0 | 110011 | 0 | 1100100 | 10000 | 1011010 | 1100100 | 101010 |
Color Harmonies of #6AD700
Complementary color
Monochromatic Colors of #6AD700
Black with #6AD700
Text Example
Text Example
White with #6AD700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD700; }
p { color: rgb(106,215,0); }
H1.HeaderClassName
{
color: #6AD700;
}
.AnyTagClassName
{
color: #6AD700;
}
</style>
background-color css
<style>
a { background-color: #6AD700; }
a { background-color: rgb(106,215,0); }
div.DivClassName
{
background-color: #6AD700;
}
.BgClassName
{
background-color: #6AD700;
}
</style>
border-color css
<style>
span { border-color: #6AD700; }
span { border-color: rgb(106,215,0); }
td.TdClassName
{
border-color: #6AD700;
}
.TagClassName
{
border-color: #6AD700;
}
</style>