Shades of Bright Green #6CE612
Tints of Bright Green #6CE612
RGB
CMYK
RGB Variations
Color information
#6CE612 (or 0x6CE612) is known color: Bright Green. HEX triplet: 6C, E6 and 12. RGB value is (108,230,18). Sum of RGB (Red+Green+Blue) = 108+230+18=356 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.34% from 356); Green value is 230 (90.23% from 255 or 64.61% from 356); Blue value is 18 (7.42% from 255 or 5.06% from 356); Max value from RGB is 230 - color contains mainly: green. Hex color #6CE612 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6CE612 is #9319ED. Grayscale: #AAAAAA. Windows color (decimal): -9640430 or 1238636. OLE color: 1238636.
HSL color Cylindrical-coordinate representation of color #6CE612: hue angle of 94.53º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6CE612 is Cyan = 0.53, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 108 | 230 | 18 | - |
| CMYK | 0.53 | 0 | 0.92 | 0.10 |
| HSL | 94.53º | 0.85% | 0.49% | - |
| HSV(B) | 94.53º | 0.92% | 0.9% | - |
| XYZ | 34.59 | 59.83 | 10.3 | - |
| YUV | 169.35 | 42.58 | 84.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 230 | 18 | 0.53 | 0 | 0.92 | 0.10 | 94.53 | 0.85 | 0.49 |
| Hex | 6C | E6 | 12 | 35 | 0 | 5C | A | 5F | 55 | 31 |
| Octal | 154 | 346 | 22 | 65 | 0 | 134 | 12 | 137 | 125 | 61 |
| Binary | 1101100 | 11100110 | 10010 | 110101 | 0 | 1011100 | 1010 | 1011111 | 1010101 | 110001 |
Color Harmonies of #6CE612
Complementary color
Monochromatic Colors of #6CE612
Black with #6CE612
Text Example
Text Example
White with #6CE612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE612; }
p { color: rgb(108,230,18); }
H1.HeaderClassName
{
color: #6CE612;
}
.AnyTagClassName
{
color: #6CE612;
}
</style>
background-color css
<style>
a { background-color: #6CE612; }
a { background-color: rgb(108,230,18); }
div.DivClassName
{
background-color: #6CE612;
}
.BgClassName
{
background-color: #6CE612;
}
</style>
border-color css
<style>
span { border-color: #6CE612; }
span { border-color: rgb(108,230,18); }
td.TdClassName
{
border-color: #6CE612;
}
.TagClassName
{
border-color: #6CE612;
}
</style>