Shades of Bright Green #6AD601
Tints of Bright Green #6AD601
RGB
CMYK
RGB Variations
Color information
#6AD601 (or 0x6AD601) is known color: Bright Green. HEX triplet: 6A, D6 and 01. RGB value is (106,214,1). Sum of RGB (Red+Green+Blue) = 106+214+1=321 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.02% from 321); Green value is 214 (83.98% from 255 or 66.67% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 214 - color contains mainly: green. Hex color #6AD601 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AD601 is #9529FE. Grayscale: #9E9E9E. Windows color (decimal): -9775615 or 120426. OLE color: 120426.
HSL color Cylindrical-coordinate representation of color #6AD601: hue angle of 90.42º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6AD601 is Cyan = 0.50, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 214 | 1 | - |
| CMYK | 0.50 | 0 | 1.00 | 0.16 |
| HSL | 90.42º | 0.99% | 0.42% | - |
| HSV(B) | 90.42º | 1% | 0.84% | - |
| XYZ | 30 | 51.16 | 8.32 | - |
| YUV | 157.43 | 39.72 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 214 | 1 | 0.50 | 0 | 1.00 | 0.16 | 90.42 | 0.99 | 0.42 |
| Hex | 6A | D6 | 1 | 32 | 0 | 64 | 10 | 5A | 63 | 2A |
| Octal | 152 | 326 | 1 | 62 | 0 | 144 | 20 | 132 | 143 | 52 |
| Binary | 1101010 | 11010110 | 1 | 110010 | 0 | 1100100 | 10000 | 1011010 | 1100011 | 101010 |
Color Harmonies of #6AD601
Complementary color
Monochromatic Colors of #6AD601
Black with #6AD601
Text Example
Text Example
White with #6AD601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD601; }
p { color: rgb(106,214,1); }
H1.HeaderClassName
{
color: #6AD601;
}
.AnyTagClassName
{
color: #6AD601;
}
</style>
background-color css
<style>
a { background-color: #6AD601; }
a { background-color: rgb(106,214,1); }
div.DivClassName
{
background-color: #6AD601;
}
.BgClassName
{
background-color: #6AD601;
}
</style>
border-color css
<style>
span { border-color: #6AD601; }
span { border-color: rgb(106,214,1); }
td.TdClassName
{
border-color: #6AD601;
}
.TagClassName
{
border-color: #6AD601;
}
</style>