Shades of Bright Green #6EEA0C
Tints of Bright Green #6EEA0C
RGB
CMYK
RGB Variations
Color information
#6EEA0C (or 0x6EEA0C) is known color: Bright Green. HEX triplet: 6E, EA and 0C. RGB value is (110,234,12). Sum of RGB (Red+Green+Blue) = 110+234+12=356 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.90% from 356); Green value is 234 (91.80% from 255 or 65.73% from 356); Blue value is 12 (5.08% from 255 or 3.37% from 356); Max value from RGB is 234 - color contains mainly: green. Hex color #6EEA0C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6EEA0C is #9115F3. Grayscale: #ACACAC. Windows color (decimal): -9508340 or 846446. OLE color: 846446.
HSL color Cylindrical-coordinate representation of color #6EEA0C: hue angle of 93.51º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6EEA0C is Cyan = 0.53, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 234 | 12 | - |
| CMYK | 0.53 | 0 | 0.95 | 0.08 |
| HSL | 93.51º | 0.9% | 0.48% | - |
| HSV(B) | 93.51º | 0.95% | 0.92% | - |
| XYZ | 35.92 | 62.19 | 10.46 | - |
| YUV | 171.62 | 37.92 | 84.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 234 | 12 | 0.53 | 0 | 0.95 | 0.08 | 93.51 | 0.9 | 0.48 |
| Hex | 6E | EA | C | 35 | 0 | 5F | 8 | 5E | 5A | 30 |
| Octal | 156 | 352 | 14 | 65 | 0 | 137 | 10 | 136 | 132 | 60 |
| Binary | 1101110 | 11101010 | 1100 | 110101 | 0 | 1011111 | 1000 | 1011110 | 1011010 | 110000 |
Color Harmonies of #6EEA0C
Complementary color
Monochromatic Colors of #6EEA0C
Black with #6EEA0C
Text Example
Text Example
White with #6EEA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEA0C; }
p { color: rgb(110,234,12); }
H1.HeaderClassName
{
color: #6EEA0C;
}
.AnyTagClassName
{
color: #6EEA0C;
}
</style>
background-color css
<style>
a { background-color: #6EEA0C; }
a { background-color: rgb(110,234,12); }
div.DivClassName
{
background-color: #6EEA0C;
}
.BgClassName
{
background-color: #6EEA0C;
}
</style>
border-color css
<style>
span { border-color: #6EEA0C; }
span { border-color: rgb(110,234,12); }
td.TdClassName
{
border-color: #6EEA0C;
}
.TagClassName
{
border-color: #6EEA0C;
}
</style>