Shades of Bright Green #6AE52D
Tints of Bright Green #6AE52D
RGB
CMYK
RGB Variations
Color information
#6AE52D (or 0x6AE52D) is known color: Bright Green. HEX triplet: 6A, E5 and 2D. RGB value is (106,229,45). Sum of RGB (Red+Green+Blue) = 106+229+45=380 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.89% from 380); Green value is 229 (89.84% from 255 or 60.26% from 380); Blue value is 45 (17.97% from 255 or 11.84% from 380); Max value from RGB is 229 - color contains mainly: green. Hex color #6AE52D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AE52D is #951AD2. Grayscale: #ABABAB. Windows color (decimal): -9771731 or 3007850. OLE color: 3007850.
HSL color Cylindrical-coordinate representation of color #6AE52D: hue angle of 100.11º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6AE52D is Cyan = 0.54, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 106 | 229 | 45 | - |
| CMYK | 0.54 | 0 | 0.80 | 0.10 |
| HSL | 100.11º | 0.78% | 0.54% | - |
| HSV(B) | 100.11º | 0.8% | 0.9% | - |
| XYZ | 34.44 | 59.29 | 12.11 | - |
| YUV | 171.25 | 56.75 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 229 | 45 | 0.54 | 0 | 0.80 | 0.10 | 100.11 | 0.78 | 0.54 |
| Hex | 6A | E5 | 2D | 36 | 0 | 50 | A | 64 | 4E | 36 |
| Octal | 152 | 345 | 55 | 66 | 0 | 120 | 12 | 144 | 116 | 66 |
| Binary | 1101010 | 11100101 | 101101 | 110110 | 0 | 1010000 | 1010 | 1100100 | 1001110 | 110110 |
Color Harmonies of #6AE52D
Complementary color
Monochromatic Colors of #6AE52D
Black with #6AE52D
Text Example
Text Example
White with #6AE52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AE52D; }
p { color: rgb(106,229,45); }
H1.HeaderClassName
{
color: #6AE52D;
}
.AnyTagClassName
{
color: #6AE52D;
}
</style>
background-color css
<style>
a { background-color: #6AE52D; }
a { background-color: rgb(106,229,45); }
div.DivClassName
{
background-color: #6AE52D;
}
.BgClassName
{
background-color: #6AE52D;
}
</style>
border-color css
<style>
span { border-color: #6AE52D; }
span { border-color: rgb(106,229,45); }
td.TdClassName
{
border-color: #6AE52D;
}
.TagClassName
{
border-color: #6AE52D;
}
</style>