Shades of Bright Green #6AFB00
Tints of Bright Green #6AFB00
RGB
CMYK
RGB Variations
Color information
#6AFB00 (or 0x6AFB00) is known color: Bright Green. HEX triplet: 6A, FB and 00. RGB value is (106,251,0). Sum of RGB (Red+Green+Blue) = 106+251+0=357 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.69% from 357); Green value is 251 (98.44% from 255 or 70.31% from 357); Blue value is 0 (0.39% from 255 or 0% from 357); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFB00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AFB00 is #9504FF. Grayscale: #B3B3B3. Windows color (decimal): -9766144 or 64362. OLE color: 64362.
HSL color Cylindrical-coordinate representation of color #6AFB00: hue angle of 94.66º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6AFB00 is Cyan = 0.58, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 251 | 0 | - |
| CMYK | 0.58 | 0 | 1 | 0.02 |
| HSL | 94.66º | 1% | 0.49% | - |
| HSV(B) | 94.66º | 1% | 0.98% | - |
| XYZ | 40.44 | 72.06 | 11.78 | - |
| YUV | 179.03 | 26.96 | 75.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 251 | 0 | 0.58 | 0 | 1 | 0.02 | 94.66 | 1 | 0.49 |
| Hex | 6A | FB | 0 | 3A | 0 | 64 | 2 | 5F | 64 | 31 |
| Octal | 152 | 373 | 0 | 72 | 0 | 144 | 2 | 137 | 144 | 61 |
| Binary | 1101010 | 11111011 | 0 | 111010 | 0 | 1100100 | 10 | 1011111 | 1100100 | 110001 |
Color Harmonies of #6AFB00
Complementary color
Monochromatic Colors of #6AFB00
Black with #6AFB00
Text Example
Text Example
White with #6AFB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AFB00; }
p { color: rgb(106,251,0); }
H1.HeaderClassName
{
color: #6AFB00;
}
.AnyTagClassName
{
color: #6AFB00;
}
</style>
background-color css
<style>
a { background-color: #6AFB00; }
a { background-color: rgb(106,251,0); }
div.DivClassName
{
background-color: #6AFB00;
}
.BgClassName
{
background-color: #6AFB00;
}
</style>
border-color css
<style>
span { border-color: #6AFB00; }
span { border-color: rgb(106,251,0); }
td.TdClassName
{
border-color: #6AFB00;
}
.TagClassName
{
border-color: #6AFB00;
}
</style>