Shades of Bright Green #6AF816
Tints of Bright Green #6AF816
RGB
CMYK
RGB Variations
Color information
#6AF816 (or 0x6AF816) is known color: Bright Green. HEX triplet: 6A, F8 and 16. RGB value is (106,248,22). Sum of RGB (Red+Green+Blue) = 106+248+22=376 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.19% from 376); Green value is 248 (97.27% from 255 or 65.96% from 376); Blue value is 22 (8.98% from 255 or 5.85% from 376); Max value from RGB is 248 - color contains mainly: green. Hex color #6AF816 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AF816 is #9507E9. Grayscale: #B4B4B4. Windows color (decimal): -9766890 or 1505386. OLE color: 1505386.
HSL color Cylindrical-coordinate representation of color #6AF816: hue angle of 97.7º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6AF816 is Cyan = 0.57, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 106 | 248 | 22 | - |
| CMYK | 0.57 | 0 | 0.91 | 0.03 |
| HSL | 97.7º | 0.94% | 0.53% | - |
| HSV(B) | 97.7º | 0.91% | 0.97% | - |
| XYZ | 39.66 | 70.26 | 12.23 | - |
| YUV | 179.78 | 38.96 | 75.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 248 | 22 | 0.57 | 0 | 0.91 | 0.03 | 97.7 | 0.94 | 0.53 |
| Hex | 6A | F8 | 16 | 39 | 0 | 5B | 3 | 62 | 5E | 35 |
| Octal | 152 | 370 | 26 | 71 | 0 | 133 | 3 | 142 | 136 | 65 |
| Binary | 1101010 | 11111000 | 10110 | 111001 | 0 | 1011011 | 11 | 1100010 | 1011110 | 110101 |
Color Harmonies of #6AF816
Complementary color
Monochromatic Colors of #6AF816
Black with #6AF816
Text Example
Text Example
White with #6AF816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF816; }
p { color: rgb(106,248,22); }
H1.HeaderClassName
{
color: #6AF816;
}
.AnyTagClassName
{
color: #6AF816;
}
</style>
background-color css
<style>
a { background-color: #6AF816; }
a { background-color: rgb(106,248,22); }
div.DivClassName
{
background-color: #6AF816;
}
.BgClassName
{
background-color: #6AF816;
}
</style>
border-color css
<style>
span { border-color: #6AF816; }
span { border-color: rgb(106,248,22); }
td.TdClassName
{
border-color: #6AF816;
}
.TagClassName
{
border-color: #6AF816;
}
</style>