Shades of Bright Green #6AE515
Tints of Bright Green #6AE515
RGB
CMYK
RGB Variations
Color information
#6AE515 (or 0x6AE515) is known color: Bright Green. HEX triplet: 6A, E5 and 15. RGB value is (106,229,21). Sum of RGB (Red+Green+Blue) = 106+229+21=356 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.78% from 356); Green value is 229 (89.84% from 255 or 64.33% from 356); Blue value is 21 (8.59% from 255 or 5.90% from 356); Max value from RGB is 229 - color contains mainly: green. Hex color #6AE515 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AE515 is #951AEA. Grayscale: #A9A9A9. Windows color (decimal): -9771755 or 1434986. OLE color: 1434986.
HSL color Cylindrical-coordinate representation of color #6AE515: hue angle of 95.48º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6AE515 is Cyan = 0.54, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 106 | 229 | 21 | - |
| CMYK | 0.54 | 0 | 0.91 | 0.10 |
| HSL | 95.48º | 0.83% | 0.49% | - |
| HSV(B) | 95.48º | 0.91% | 0.9% | - |
| XYZ | 34.1 | 59.16 | 10.33 | - |
| YUV | 168.51 | 44.75 | 83.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 229 | 21 | 0.54 | 0 | 0.91 | 0.10 | 95.48 | 0.83 | 0.49 |
| Hex | 6A | E5 | 15 | 36 | 0 | 5B | A | 5F | 53 | 31 |
| Octal | 152 | 345 | 25 | 66 | 0 | 133 | 12 | 137 | 123 | 61 |
| Binary | 1101010 | 11100101 | 10101 | 110110 | 0 | 1011011 | 1010 | 1011111 | 1010011 | 110001 |
Color Harmonies of #6AE515
Complementary color
Monochromatic Colors of #6AE515
Black with #6AE515
Text Example
Text Example
White with #6AE515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AE515; }
p { color: rgb(106,229,21); }
H1.HeaderClassName
{
color: #6AE515;
}
.AnyTagClassName
{
color: #6AE515;
}
</style>
background-color css
<style>
a { background-color: #6AE515; }
a { background-color: rgb(106,229,21); }
div.DivClassName
{
background-color: #6AE515;
}
.BgClassName
{
background-color: #6AE515;
}
</style>
border-color css
<style>
span { border-color: #6AE515; }
span { border-color: rgb(106,229,21); }
td.TdClassName
{
border-color: #6AE515;
}
.TagClassName
{
border-color: #6AE515;
}
</style>