Shades of Bright Green #6AE50D
Tints of Bright Green #6AE50D
RGB
CMYK
RGB Variations
Color information
#6AE50D (or 0x6AE50D) is known color: Bright Green. HEX triplet: 6A, E5 and 0D. RGB value is (106,229,13). Sum of RGB (Red+Green+Blue) = 106+229+13=348 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.46% from 348); Green value is 229 (89.84% from 255 or 65.80% from 348); Blue value is 13 (5.47% from 255 or 3.74% from 348); Max value from RGB is 229 - color contains mainly: green. Hex color #6AE50D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AE50D is #951AF2. Grayscale: #A8A8A8. Windows color (decimal): -9771763 or 910698. OLE color: 910698.
HSL color Cylindrical-coordinate representation of color #6AE50D: hue angle of 94.17º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6AE50D is Cyan = 0.54, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 106 | 229 | 13 | - |
| CMYK | 0.54 | 0 | 0.94 | 0.10 |
| HSL | 94.17º | 0.89% | 0.47% | - |
| HSV(B) | 94.17º | 0.94% | 0.9% | - |
| XYZ | 34.04 | 59.13 | 10 | - |
| YUV | 167.6 | 40.75 | 84.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 229 | 13 | 0.54 | 0 | 0.94 | 0.10 | 94.17 | 0.89 | 0.47 |
| Hex | 6A | E5 | D | 36 | 0 | 5E | A | 5E | 59 | 2F |
| Octal | 152 | 345 | 15 | 66 | 0 | 136 | 12 | 136 | 131 | 57 |
| Binary | 1101010 | 11100101 | 1101 | 110110 | 0 | 1011110 | 1010 | 1011110 | 1011001 | 101111 |
Color Harmonies of #6AE50D
Complementary color
Monochromatic Colors of #6AE50D
Black with #6AE50D
Text Example
Text Example
White with #6AE50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AE50D; }
p { color: rgb(106,229,13); }
H1.HeaderClassName
{
color: #6AE50D;
}
.AnyTagClassName
{
color: #6AE50D;
}
</style>
background-color css
<style>
a { background-color: #6AE50D; }
a { background-color: rgb(106,229,13); }
div.DivClassName
{
background-color: #6AE50D;
}
.BgClassName
{
background-color: #6AE50D;
}
</style>
border-color css
<style>
span { border-color: #6AE50D; }
span { border-color: rgb(106,229,13); }
td.TdClassName
{
border-color: #6AE50D;
}
.TagClassName
{
border-color: #6AE50D;
}
</style>