Shades of Bright Green #6AF302
Tints of Bright Green #6AF302
RGB
CMYK
RGB Variations
Color information
#6AF302 (or 0x6AF302) is known color: Bright Green. HEX triplet: 6A, F3 and 02. RGB value is (106,243,2). Sum of RGB (Red+Green+Blue) = 106+243+2=351 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.20% from 351); Green value is 243 (95.31% from 255 or 69.23% from 351); Blue value is 2 (1.17% from 255 or 0.57% from 351); Max value from RGB is 243 - color contains mainly: green. Hex color #6AF302 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AF302 is #950CFD. Grayscale: #AFAFAF. Windows color (decimal): -9768190 or 193386. OLE color: 193386.
HSL color Cylindrical-coordinate representation of color #6AF302: hue angle of 94.11º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6AF302 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 243 | 2 | - |
| CMYK | 0.56 | 0 | 0.99 | 0.05 |
| HSL | 94.11º | 0.98% | 0.48% | - |
| HSV(B) | 94.11º | 0.99% | 0.95% | - |
| XYZ | 38.01 | 67.17 | 11.02 | - |
| YUV | 174.56 | 30.61 | 79.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 243 | 2 | 0.56 | 0 | 0.99 | 0.05 | 94.11 | 0.98 | 0.48 |
| Hex | 6A | F3 | 2 | 38 | 0 | 63 | 5 | 5E | 62 | 30 |
| Octal | 152 | 363 | 2 | 70 | 0 | 143 | 5 | 136 | 142 | 60 |
| Binary | 1101010 | 11110011 | 10 | 111000 | 0 | 1100011 | 101 | 1011110 | 1100010 | 110000 |
Color Harmonies of #6AF302
Complementary color
Monochromatic Colors of #6AF302
Black with #6AF302
Text Example
Text Example
White with #6AF302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF302; }
p { color: rgb(106,243,2); }
H1.HeaderClassName
{
color: #6AF302;
}
.AnyTagClassName
{
color: #6AF302;
}
</style>
background-color css
<style>
a { background-color: #6AF302; }
a { background-color: rgb(106,243,2); }
div.DivClassName
{
background-color: #6AF302;
}
.BgClassName
{
background-color: #6AF302;
}
</style>
border-color css
<style>
span { border-color: #6AF302; }
span { border-color: rgb(106,243,2); }
td.TdClassName
{
border-color: #6AF302;
}
.TagClassName
{
border-color: #6AF302;
}
</style>