Shades of Bright Green #6AE42D
Tints of Bright Green #6AE42D
RGB
CMYK
RGB Variations
Color information
#6AE42D (or 0x6AE42D) is known color: Bright Green. HEX triplet: 6A, E4 and 2D. RGB value is (106,228,45). Sum of RGB (Red+Green+Blue) = 106+228+45=379 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.97% from 379); Green value is 228 (89.45% from 255 or 60.16% from 379); Blue value is 45 (17.97% from 255 or 11.87% from 379); Max value from RGB is 228 - color contains mainly: green. Hex color #6AE42D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AE42D is #951BD2. Grayscale: #ABABAB. Windows color (decimal): -9771987 or 3007594. OLE color: 3007594.
HSL color Cylindrical-coordinate representation of color #6AE42D: hue angle of 100º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6AE42D is Cyan = 0.54, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 106 | 228 | 45 | - |
| CMYK | 0.54 | 0 | 0.80 | 0.11 |
| HSL | 100º | 0.77% | 0.54% | - |
| HSV(B) | 100º | 0.8% | 0.89% | - |
| XYZ | 34.16 | 58.74 | 12.02 | - |
| YUV | 170.66 | 57.08 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 228 | 45 | 0.54 | 0 | 0.80 | 0.11 | 100 | 0.77 | 0.54 |
| Hex | 6A | E4 | 2D | 36 | 0 | 50 | B | 64 | 4D | 36 |
| Octal | 152 | 344 | 55 | 66 | 0 | 120 | 13 | 144 | 115 | 66 |
| Binary | 1101010 | 11100100 | 101101 | 110110 | 0 | 1010000 | 1011 | 1100100 | 1001101 | 110110 |
Color Harmonies of #6AE42D
Complementary color
Monochromatic Colors of #6AE42D
Black with #6AE42D
Text Example
Text Example
White with #6AE42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AE42D; }
p { color: rgb(106,228,45); }
H1.HeaderClassName
{
color: #6AE42D;
}
.AnyTagClassName
{
color: #6AE42D;
}
</style>
background-color css
<style>
a { background-color: #6AE42D; }
a { background-color: rgb(106,228,45); }
div.DivClassName
{
background-color: #6AE42D;
}
.BgClassName
{
background-color: #6AE42D;
}
</style>
border-color css
<style>
span { border-color: #6AE42D; }
span { border-color: rgb(106,228,45); }
td.TdClassName
{
border-color: #6AE42D;
}
.TagClassName
{
border-color: #6AE42D;
}
</style>