Shades of Bright Green #6AF003
Tints of Bright Green #6AF003
RGB
CMYK
RGB Variations
Color information
#6AF003 (or 0x6AF003) is known color: Bright Green. HEX triplet: 6A, F0 and 03. RGB value is (106,240,3). Sum of RGB (Red+Green+Blue) = 106+240+3=349 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.37% from 349); Green value is 240 (94.14% from 255 or 68.77% from 349); Blue value is 3 (1.56% from 255 or 0.86% from 349); Max value from RGB is 240 - color contains mainly: green. Hex color #6AF003 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AF003 is #950FFC. Grayscale: #ADADAD. Windows color (decimal): -9768957 or 258154. OLE color: 258154.
HSL color Cylindrical-coordinate representation of color #6AF003: hue angle of 93.92º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6AF003 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 106 | 240 | 3 | - |
| CMYK | 0.56 | 0 | 0.99 | 0.06 |
| HSL | 93.92º | 0.98% | 0.48% | - |
| HSV(B) | 93.92º | 0.99% | 0.94% | - |
| XYZ | 37.12 | 65.39 | 10.75 | - |
| YUV | 172.92 | 32.11 | 80.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 240 | 3 | 0.56 | 0 | 0.99 | 0.06 | 93.92 | 0.98 | 0.48 |
| Hex | 6A | F0 | 3 | 38 | 0 | 63 | 6 | 5E | 62 | 30 |
| Octal | 152 | 360 | 3 | 70 | 0 | 143 | 6 | 136 | 142 | 60 |
| Binary | 1101010 | 11110000 | 11 | 111000 | 0 | 1100011 | 110 | 1011110 | 1100010 | 110000 |
Color Harmonies of #6AF003
Complementary color
Monochromatic Colors of #6AF003
Black with #6AF003
Text Example
Text Example
White with #6AF003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF003; }
p { color: rgb(106,240,3); }
H1.HeaderClassName
{
color: #6AF003;
}
.AnyTagClassName
{
color: #6AF003;
}
</style>
background-color css
<style>
a { background-color: #6AF003; }
a { background-color: rgb(106,240,3); }
div.DivClassName
{
background-color: #6AF003;
}
.BgClassName
{
background-color: #6AF003;
}
</style>
border-color css
<style>
span { border-color: #6AF003; }
span { border-color: rgb(106,240,3); }
td.TdClassName
{
border-color: #6AF003;
}
.TagClassName
{
border-color: #6AF003;
}
</style>