Shades of Bright Green #6CE814
Tints of Bright Green #6CE814
RGB
CMYK
RGB Variations
Color information
#6CE814 (or 0x6CE814) is known color: Bright Green. HEX triplet: 6C, E8 and 14. RGB value is (108,232,20). Sum of RGB (Red+Green+Blue) = 108+232+20=360 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30% from 360); Green value is 232 (91.02% from 255 or 64.44% from 360); Blue value is 20 (8.20% from 255 or 5.56% from 360); Max value from RGB is 232 - color contains mainly: green. Hex color #6CE814 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6CE814 is #9317EB. Grayscale: #ABABAB. Windows color (decimal): -9639916 or 1370220. OLE color: 1370220.
HSL color Cylindrical-coordinate representation of color #6CE814: hue angle of 95.09º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6CE814 is Cyan = 0.53, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 108 | 232 | 20 | - |
| CMYK | 0.53 | 0 | 0.91 | 0.09 |
| HSL | 95.09º | 0.84% | 0.49% | - |
| HSV(B) | 95.09º | 0.91% | 0.91% | - |
| XYZ | 35.17 | 60.95 | 10.57 | - |
| YUV | 170.76 | 42.92 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 232 | 20 | 0.53 | 0 | 0.91 | 0.09 | 95.09 | 0.84 | 0.49 |
| Hex | 6C | E8 | 14 | 35 | 0 | 5B | 9 | 5F | 54 | 31 |
| Octal | 154 | 350 | 24 | 65 | 0 | 133 | 11 | 137 | 124 | 61 |
| Binary | 1101100 | 11101000 | 10100 | 110101 | 0 | 1011011 | 1001 | 1011111 | 1010100 | 110001 |
Color Harmonies of #6CE814
Complementary color
Monochromatic Colors of #6CE814
Black with #6CE814
Text Example
Text Example
White with #6CE814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE814; }
p { color: rgb(108,232,20); }
H1.HeaderClassName
{
color: #6CE814;
}
.AnyTagClassName
{
color: #6CE814;
}
</style>
background-color css
<style>
a { background-color: #6CE814; }
a { background-color: rgb(108,232,20); }
div.DivClassName
{
background-color: #6CE814;
}
.BgClassName
{
background-color: #6CE814;
}
</style>
border-color css
<style>
span { border-color: #6CE814; }
span { border-color: rgb(108,232,20); }
td.TdClassName
{
border-color: #6CE814;
}
.TagClassName
{
border-color: #6CE814;
}
</style>