Shades of Bright Green #6AF12B
Tints of Bright Green #6AF12B
RGB
CMYK
RGB Variations
Color information
#6AF12B (or 0x6AF12B) is known color: Bright Green. HEX triplet: 6A, F1 and 2B. RGB value is (106,241,43). Sum of RGB (Red+Green+Blue) = 106+241+43=390 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.18% from 390); Green value is 241 (94.53% from 255 or 61.79% from 390); Blue value is 43 (17.19% from 255 or 11.03% from 390); Max value from RGB is 241 - color contains mainly: green. Hex color #6AF12B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AF12B is #950ED4. Grayscale: #B2B2B2. Windows color (decimal): -9768661 or 2879850. OLE color: 2879850.
HSL color Cylindrical-coordinate representation of color #6AF12B: hue angle of 100.91º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6AF12B is Cyan = 0.56, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 241 | 43 | - |
| CMYK | 0.56 | 0 | 0.82 | 0.05 |
| HSL | 100.91º | 0.88% | 0.56% | - |
| HSV(B) | 100.91º | 0.82% | 0.95% | - |
| XYZ | 37.84 | 66.15 | 13.06 | - |
| YUV | 178.06 | 51.77 | 76.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 241 | 43 | 0.56 | 0 | 0.82 | 0.05 | 100.91 | 0.88 | 0.56 |
| Hex | 6A | F1 | 2B | 38 | 0 | 52 | 5 | 65 | 58 | 38 |
| Octal | 152 | 361 | 53 | 70 | 0 | 122 | 5 | 145 | 130 | 70 |
| Binary | 1101010 | 11110001 | 101011 | 111000 | 0 | 1010010 | 101 | 1100101 | 1011000 | 111000 |
Color Harmonies of #6AF12B
Complementary color
Monochromatic Colors of #6AF12B
Black with #6AF12B
Text Example
Text Example
White with #6AF12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF12B; }
p { color: rgb(106,241,43); }
H1.HeaderClassName
{
color: #6AF12B;
}
.AnyTagClassName
{
color: #6AF12B;
}
</style>
background-color css
<style>
a { background-color: #6AF12B; }
a { background-color: rgb(106,241,43); }
div.DivClassName
{
background-color: #6AF12B;
}
.BgClassName
{
background-color: #6AF12B;
}
</style>
border-color css
<style>
span { border-color: #6AF12B; }
span { border-color: rgb(106,241,43); }
td.TdClassName
{
border-color: #6AF12B;
}
.TagClassName
{
border-color: #6AF12B;
}
</style>