Shades of Bright Green #6CE512
Tints of Bright Green #6CE512
RGB
CMYK
RGB Variations
Color information
#6CE512 (or 0x6CE512) is known color: Bright Green. HEX triplet: 6C, E5 and 12. RGB value is (108,229,18). Sum of RGB (Red+Green+Blue) = 108+229+18=355 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.42% from 355); Green value is 229 (89.84% from 255 or 64.51% from 355); Blue value is 18 (7.42% from 255 or 5.07% from 355); Max value from RGB is 229 - color contains mainly: green. Hex color #6CE512 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CE512 is #931AED. Grayscale: #A9A9A9. Windows color (decimal): -9640686 or 1238380. OLE color: 1238380.
HSL color Cylindrical-coordinate representation of color #6CE512: hue angle of 94.41º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6CE512 is Cyan = 0.53, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 108 | 229 | 18 | - |
| CMYK | 0.53 | 0 | 0.92 | 0.10 |
| HSL | 94.41º | 0.85% | 0.48% | - |
| HSV(B) | 94.41º | 0.92% | 0.9% | - |
| XYZ | 34.31 | 59.27 | 10.2 | - |
| YUV | 168.77 | 42.91 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 229 | 18 | 0.53 | 0 | 0.92 | 0.10 | 94.41 | 0.85 | 0.48 |
| Hex | 6C | E5 | 12 | 35 | 0 | 5C | A | 5E | 55 | 30 |
| Octal | 154 | 345 | 22 | 65 | 0 | 134 | 12 | 136 | 125 | 60 |
| Binary | 1101100 | 11100101 | 10010 | 110101 | 0 | 1011100 | 1010 | 1011110 | 1010101 | 110000 |
Color Harmonies of #6CE512
Complementary color
Monochromatic Colors of #6CE512
Black with #6CE512
Text Example
Text Example
White with #6CE512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE512; }
p { color: rgb(108,229,18); }
H1.HeaderClassName
{
color: #6CE512;
}
.AnyTagClassName
{
color: #6CE512;
}
</style>
background-color css
<style>
a { background-color: #6CE512; }
a { background-color: rgb(108,229,18); }
div.DivClassName
{
background-color: #6CE512;
}
.BgClassName
{
background-color: #6CE512;
}
</style>
border-color css
<style>
span { border-color: #6CE512; }
span { border-color: rgb(108,229,18); }
td.TdClassName
{
border-color: #6CE512;
}
.TagClassName
{
border-color: #6CE512;
}
</style>