Shades of Bright Green #6AEB2F
Tints of Bright Green #6AEB2F
RGB
CMYK
RGB Variations
Color information
#6AEB2F (or 0x6AEB2F) is known color: Bright Green. HEX triplet: 6A, EB and 2F. RGB value is (106,235,47). Sum of RGB (Red+Green+Blue) = 106+235+47=388 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.32% from 388); Green value is 235 (92.19% from 255 or 60.57% from 388); Blue value is 47 (18.75% from 255 or 12.11% from 388); Max value from RGB is 235 - color contains mainly: green. Hex color #6AEB2F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AEB2F is #9514D0. Grayscale: #AFAFAF. Windows color (decimal): -9770193 or 3140458. OLE color: 3140458.
HSL color Cylindrical-coordinate representation of color #6AEB2F: hue angle of 101.17º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6AEB2F is Cyan = 0.55, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 106 | 235 | 47 | - |
| CMYK | 0.55 | 0 | 0.8 | 0.08 |
| HSL | 101.17º | 0.82% | 0.55% | - |
| HSV(B) | 101.17º | 0.8% | 0.92% | - |
| XYZ | 36.17 | 62.69 | 12.88 | - |
| YUV | 175 | 55.76 | 78.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 235 | 47 | 0.55 | 0 | 0.8 | 0.08 | 101.17 | 0.82 | 0.55 |
| Hex | 6A | EB | 2F | 37 | 0 | 50 | 8 | 65 | 52 | 37 |
| Octal | 152 | 353 | 57 | 67 | 0 | 120 | 10 | 145 | 122 | 67 |
| Binary | 1101010 | 11101011 | 101111 | 110111 | 0 | 1010000 | 1000 | 1100101 | 1010010 | 110111 |
Color Harmonies of #6AEB2F
Complementary color
Monochromatic Colors of #6AEB2F
Black with #6AEB2F
Text Example
Text Example
White with #6AEB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEB2F; }
p { color: rgb(106,235,47); }
H1.HeaderClassName
{
color: #6AEB2F;
}
.AnyTagClassName
{
color: #6AEB2F;
}
</style>
background-color css
<style>
a { background-color: #6AEB2F; }
a { background-color: rgb(106,235,47); }
div.DivClassName
{
background-color: #6AEB2F;
}
.BgClassName
{
background-color: #6AEB2F;
}
</style>
border-color css
<style>
span { border-color: #6AEB2F; }
span { border-color: rgb(106,235,47); }
td.TdClassName
{
border-color: #6AEB2F;
}
.TagClassName
{
border-color: #6AEB2F;
}
</style>