Shades of Bright Green #6AD800
Tints of Bright Green #6AD800
RGB
CMYK
RGB Variations
Color information
#6AD800 (or 0x6AD800) is known color: Bright Green. HEX triplet: 6A, D8 and 00. RGB value is (106,216,0). Sum of RGB (Red+Green+Blue) = 106+216+0=322 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.92% from 322); Green value is 216 (84.77% from 255 or 67.08% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 216 - color contains mainly: green. Hex color #6AD800 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AD800 is #9527FF. Grayscale: #9F9F9F. Windows color (decimal): -9775104 or 55402. OLE color: 55402.
HSL color Cylindrical-coordinate representation of color #6AD800: hue angle of 90.56º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6AD800 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 216 | 0 | - |
| CMYK | 0.51 | 0 | 1 | 0.15 |
| HSL | 90.56º | 1% | 0.42% | - |
| HSV(B) | 90.56º | 1% | 0.85% | - |
| XYZ | 30.5 | 52.18 | 8.46 | - |
| YUV | 158.49 | 38.56 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 216 | 0 | 0.51 | 0 | 1 | 0.15 | 90.56 | 1 | 0.42 |
| Hex | 6A | D8 | 0 | 33 | 0 | 64 | F | 5B | 64 | 2A |
| Octal | 152 | 330 | 0 | 63 | 0 | 144 | 17 | 133 | 144 | 52 |
| Binary | 1101010 | 11011000 | 0 | 110011 | 0 | 1100100 | 1111 | 1011011 | 1100100 | 101010 |
Color Harmonies of #6AD800
Complementary color
Monochromatic Colors of #6AD800
Black with #6AD800
Text Example
Text Example
White with #6AD800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD800; }
p { color: rgb(106,216,0); }
H1.HeaderClassName
{
color: #6AD800;
}
.AnyTagClassName
{
color: #6AD800;
}
</style>
background-color css
<style>
a { background-color: #6AD800; }
a { background-color: rgb(106,216,0); }
div.DivClassName
{
background-color: #6AD800;
}
.BgClassName
{
background-color: #6AD800;
}
</style>
border-color css
<style>
span { border-color: #6AD800; }
span { border-color: rgb(106,216,0); }
td.TdClassName
{
border-color: #6AD800;
}
.TagClassName
{
border-color: #6AD800;
}
</style>