Shades of Bright Green #6AFE00
Tints of Bright Green #6AFE00
RGB
CMYK
RGB Variations
Color information
#6AFE00 (or 0x6AFE00) is known color: Bright Green. HEX triplet: 6A, FE and 00. RGB value is (106,254,0). Sum of RGB (Red+Green+Blue) = 106+254+0=360 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.44% from 360); Green value is 254 (99.61% from 255 or 70.56% from 360); Blue value is 0 (0.39% from 255 or 0% from 360); Max value from RGB is 254 - color contains mainly: green. Hex color #6AFE00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AFE00 is #9501FF. Grayscale: #B5B5B5. Windows color (decimal): -9765376 or 65130. OLE color: 65130.
HSL color Cylindrical-coordinate representation of color #6AFE00: hue angle of 94.96º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6AFE00 is Cyan = 0.58, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 106 | 254 | 0 | - |
| CMYK | 0.58 | 0 | 1 | 0.00 |
| HSL | 94.96º | 1% | 0.5% | - |
| HSV(B) | 94.96º | 1% | 1% | - |
| XYZ | 41.39 | 73.95 | 12.09 | - |
| YUV | 180.79 | 25.97 | 74.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 254 | 0 | 0.58 | 0 | 1 | 0.00 | 94.96 | 1 | 0.5 |
| Hex | 6A | FE | 0 | 3A | 0 | 64 | 0 | 5F | 64 | 32 |
| Octal | 152 | 376 | 0 | 72 | 0 | 144 | 0 | 137 | 144 | 62 |
| Binary | 1101010 | 11111110 | 0 | 111010 | 0 | 1100100 | 0 | 1011111 | 1100100 | 110010 |
Color Harmonies of #6AFE00
Complementary color
Monochromatic Colors of #6AFE00
Black with #6AFE00
Text Example
Text Example
White with #6AFE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFE00; }
p { color: rgb(106,254,0); }
H1.HeaderClassName
{
color: #6AFE00;
}
.AnyTagClassName
{
color: #6AFE00;
}
</style>
background-color css
<style>
a { background-color: #6AFE00; }
a { background-color: rgb(106,254,0); }
div.DivClassName
{
background-color: #6AFE00;
}
.BgClassName
{
background-color: #6AFE00;
}
</style>
border-color css
<style>
span { border-color: #6AFE00; }
span { border-color: rgb(106,254,0); }
td.TdClassName
{
border-color: #6AFE00;
}
.TagClassName
{
border-color: #6AFE00;
}
</style>