Shades of Bright Green #6AF11F
Tints of Bright Green #6AF11F
RGB
CMYK
RGB Variations
Color information
#6AF11F (or 0x6AF11F) is known color: Bright Green. HEX triplet: 6A, F1 and 1F. RGB value is (106,241,31). Sum of RGB (Red+Green+Blue) = 106+241+31=378 (50% of max value = 765). Red value is 106 (41.80% from 255 or 28.04% from 378); Green value is 241 (94.53% from 255 or 63.76% from 378); Blue value is 31 (12.5% from 255 or 8.20% from 378); Max value from RGB is 241 - color contains mainly: green. Hex color #6AF11F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AF11F is #950EE0. Grayscale: #B1B1B1. Windows color (decimal): -9768673 or 2093418. OLE color: 2093418.
HSL color Cylindrical-coordinate representation of color #6AF11F: hue angle of 98.57º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6AF11F is Cyan = 0.56, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 241 | 31 | - |
| CMYK | 0.56 | 0 | 0.87 | 0.05 |
| HSL | 98.57º | 0.88% | 0.53% | - |
| HSV(B) | 98.57º | 0.87% | 0.95% | - |
| XYZ | 37.65 | 66.07 | 12.07 | - |
| YUV | 176.7 | 45.77 | 77.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 241 | 31 | 0.56 | 0 | 0.87 | 0.05 | 98.57 | 0.88 | 0.53 |
| Hex | 6A | F1 | 1F | 38 | 0 | 57 | 5 | 63 | 58 | 35 |
| Octal | 152 | 361 | 37 | 70 | 0 | 127 | 5 | 143 | 130 | 65 |
| Binary | 1101010 | 11110001 | 11111 | 111000 | 0 | 1010111 | 101 | 1100011 | 1011000 | 110101 |
Color Harmonies of #6AF11F
Complementary color
Monochromatic Colors of #6AF11F
Black with #6AF11F
Text Example
Text Example
White with #6AF11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF11F; }
p { color: rgb(106,241,31); }
H1.HeaderClassName
{
color: #6AF11F;
}
.AnyTagClassName
{
color: #6AF11F;
}
</style>
background-color css
<style>
a { background-color: #6AF11F; }
a { background-color: rgb(106,241,31); }
div.DivClassName
{
background-color: #6AF11F;
}
.BgClassName
{
background-color: #6AF11F;
}
</style>
border-color css
<style>
span { border-color: #6AF11F; }
span { border-color: rgb(106,241,31); }
td.TdClassName
{
border-color: #6AF11F;
}
.TagClassName
{
border-color: #6AF11F;
}
</style>