Shades of Bright Green #6AF304
Tints of Bright Green #6AF304
RGB
CMYK
RGB Variations
Color information
#6AF304 (or 0x6AF304) is known color: Bright Green. HEX triplet: 6A, F3 and 04. RGB value is (106,243,4). Sum of RGB (Red+Green+Blue) = 106+243+4=353 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.03% from 353); Green value is 243 (95.31% from 255 or 68.84% from 353); Blue value is 4 (1.95% from 255 or 1.13% from 353); Max value from RGB is 243 - color contains mainly: green. Hex color #6AF304 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AF304 is #950CFB. Grayscale: #AFAFAF. Windows color (decimal): -9768188 or 324458. OLE color: 324458.
HSL color Cylindrical-coordinate representation of color #6AF304: hue angle of 94.39º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6AF304 is Cyan = 0.56, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 243 | 4 | - |
| CMYK | 0.56 | 0 | 0.98 | 0.05 |
| HSL | 94.39º | 0.97% | 0.48% | - |
| HSV(B) | 94.39º | 0.98% | 0.95% | - |
| XYZ | 38.02 | 67.17 | 11.08 | - |
| YUV | 174.79 | 31.61 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 243 | 4 | 0.56 | 0 | 0.98 | 0.05 | 94.39 | 0.97 | 0.48 |
| Hex | 6A | F3 | 4 | 38 | 0 | 62 | 5 | 5E | 61 | 30 |
| Octal | 152 | 363 | 4 | 70 | 0 | 142 | 5 | 136 | 141 | 60 |
| Binary | 1101010 | 11110011 | 100 | 111000 | 0 | 1100010 | 101 | 1011110 | 1100001 | 110000 |
Color Harmonies of #6AF304
Complementary color
Monochromatic Colors of #6AF304
Black with #6AF304
Text Example
Text Example
White with #6AF304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF304; }
p { color: rgb(106,243,4); }
H1.HeaderClassName
{
color: #6AF304;
}
.AnyTagClassName
{
color: #6AF304;
}
</style>
background-color css
<style>
a { background-color: #6AF304; }
a { background-color: rgb(106,243,4); }
div.DivClassName
{
background-color: #6AF304;
}
.BgClassName
{
background-color: #6AF304;
}
</style>
border-color css
<style>
span { border-color: #6AF304; }
span { border-color: rgb(106,243,4); }
td.TdClassName
{
border-color: #6AF304;
}
.TagClassName
{
border-color: #6AF304;
}
</style>