Shades of Bright Green #6AF721
Tints of Bright Green #6AF721
RGB
CMYK
RGB Variations
Color information
#6AF721 (or 0x6AF721) is known color: Bright Green. HEX triplet: 6A, F7 and 21. RGB value is (106,247,33). Sum of RGB (Red+Green+Blue) = 106+247+33=386 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.46% from 386); Green value is 247 (96.88% from 255 or 63.99% from 386); Blue value is 33 (13.28% from 255 or 8.55% from 386); Max value from RGB is 247 - color contains mainly: green. Hex color #6AF721 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AF721 is #9508DE. Grayscale: #B5B5B5. Windows color (decimal): -9767135 or 2226026. OLE color: 2226026.
HSL color Cylindrical-coordinate representation of color #6AF721: hue angle of 99.53º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6AF721 is Cyan = 0.57, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 106 | 247 | 33 | - |
| CMYK | 0.57 | 0 | 0.87 | 0.03 |
| HSL | 99.53º | 0.93% | 0.55% | - |
| HSV(B) | 99.53º | 0.87% | 0.97% | - |
| XYZ | 39.48 | 69.7 | 12.81 | - |
| YUV | 180.45 | 44.79 | 74.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 247 | 33 | 0.57 | 0 | 0.87 | 0.03 | 99.53 | 0.93 | 0.55 |
| Hex | 6A | F7 | 21 | 39 | 0 | 57 | 3 | 64 | 5D | 37 |
| Octal | 152 | 367 | 41 | 71 | 0 | 127 | 3 | 144 | 135 | 67 |
| Binary | 1101010 | 11110111 | 100001 | 111001 | 0 | 1010111 | 11 | 1100100 | 1011101 | 110111 |
Color Harmonies of #6AF721
Complementary color
Monochromatic Colors of #6AF721
Black with #6AF721
Text Example
Text Example
White with #6AF721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF721; }
p { color: rgb(106,247,33); }
H1.HeaderClassName
{
color: #6AF721;
}
.AnyTagClassName
{
color: #6AF721;
}
</style>
background-color css
<style>
a { background-color: #6AF721; }
a { background-color: rgb(106,247,33); }
div.DivClassName
{
background-color: #6AF721;
}
.BgClassName
{
background-color: #6AF721;
}
</style>
border-color css
<style>
span { border-color: #6AF721; }
span { border-color: rgb(106,247,33); }
td.TdClassName
{
border-color: #6AF721;
}
.TagClassName
{
border-color: #6AF721;
}
</style>