Shades of Bright Green #6AFF20
Tints of Bright Green #6AFF20
RGB
CMYK
RGB Variations
Color information
#6AFF20 (or 0x6AFF20) is known color: Bright Green. HEX triplet: 6A, FF and 20. RGB value is (106,255,32). Sum of RGB (Red+Green+Blue) = 106+255+32=393 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.97% from 393); Green value is 255 (100% from 255 or 64.89% from 393); Blue value is 32 (12.89% from 255 or 8.14% from 393); Max value from RGB is 255 - color contains mainly: green. Hex color #6AFF20 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AFF20 is #9500DF. Grayscale: #B9B9B9. Windows color (decimal): -9765088 or 2162538. OLE color: 2162538.
HSL color Cylindrical-coordinate representation of color #6AFF20: hue angle of 100.09º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6AFF20 is Cyan = 0.58, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 106 | 255 | 32 | - |
| CMYK | 0.58 | 0 | 0.87 | 0 |
| HSL | 100.09º | 1% | 0.56% | - |
| HSV(B) | 100.09º | 0.87% | 1% | - |
| XYZ | 41.96 | 74.69 | 13.57 | - |
| YUV | 185.03 | 41.64 | 71.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 255 | 32 | 0.58 | 0 | 0.87 | 0 | 100.09 | 1 | 0.56 |
| Hex | 6A | FF | 20 | 3A | 0 | 57 | 0 | 64 | 64 | 38 |
| Octal | 152 | 377 | 40 | 72 | 0 | 127 | 0 | 144 | 144 | 70 |
| Binary | 1101010 | 11111111 | 100000 | 111010 | 0 | 1010111 | 0 | 1100100 | 1100100 | 111000 |
Color Harmonies of #6AFF20
Complementary color
Monochromatic Colors of #6AFF20
Black with #6AFF20
Text Example
Text Example
White with #6AFF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFF20; }
p { color: rgb(106,255,32); }
H1.HeaderClassName
{
color: #6AFF20;
}
.AnyTagClassName
{
color: #6AFF20;
}
</style>
background-color css
<style>
a { background-color: #6AFF20; }
a { background-color: rgb(106,255,32); }
div.DivClassName
{
background-color: #6AFF20;
}
.BgClassName
{
background-color: #6AFF20;
}
</style>
border-color css
<style>
span { border-color: #6AFF20; }
span { border-color: rgb(106,255,32); }
td.TdClassName
{
border-color: #6AFF20;
}
.TagClassName
{
border-color: #6AFF20;
}
</style>