Shades of Bright Green #6AF814
Tints of Bright Green #6AF814
RGB
CMYK
RGB Variations
Color information
#6AF814 (or 0x6AF814) is known color: Bright Green. HEX triplet: 6A, F8 and 14. RGB value is (106,248,20). Sum of RGB (Red+Green+Blue) = 106+248+20=374 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.34% from 374); Green value is 248 (97.27% from 255 or 66.31% from 374); Blue value is 20 (8.20% from 255 or 5.35% from 374); Max value from RGB is 248 - color contains mainly: green. Hex color #6AF814 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AF814 is #9507EB. Grayscale: #B4B4B4. Windows color (decimal): -9766892 or 1374314. OLE color: 1374314.
HSL color Cylindrical-coordinate representation of color #6AF814: hue angle of 97.37º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6AF814 is Cyan = 0.57, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 106 | 248 | 20 | - |
| CMYK | 0.57 | 0 | 0.92 | 0.03 |
| HSL | 97.37º | 0.94% | 0.53% | - |
| HSV(B) | 97.37º | 0.92% | 0.97% | - |
| XYZ | 39.64 | 70.25 | 12.13 | - |
| YUV | 179.55 | 37.96 | 75.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 248 | 20 | 0.57 | 0 | 0.92 | 0.03 | 97.37 | 0.94 | 0.53 |
| Hex | 6A | F8 | 14 | 39 | 0 | 5C | 3 | 61 | 5E | 35 |
| Octal | 152 | 370 | 24 | 71 | 0 | 134 | 3 | 141 | 136 | 65 |
| Binary | 1101010 | 11111000 | 10100 | 111001 | 0 | 1011100 | 11 | 1100001 | 1011110 | 110101 |
Color Harmonies of #6AF814
Complementary color
Monochromatic Colors of #6AF814
Black with #6AF814
Text Example
Text Example
White with #6AF814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF814; }
p { color: rgb(106,248,20); }
H1.HeaderClassName
{
color: #6AF814;
}
.AnyTagClassName
{
color: #6AF814;
}
</style>
background-color css
<style>
a { background-color: #6AF814; }
a { background-color: rgb(106,248,20); }
div.DivClassName
{
background-color: #6AF814;
}
.BgClassName
{
background-color: #6AF814;
}
</style>
border-color css
<style>
span { border-color: #6AF814; }
span { border-color: rgb(106,248,20); }
td.TdClassName
{
border-color: #6AF814;
}
.TagClassName
{
border-color: #6AF814;
}
</style>