Shades of Bright Green #6CE414
Tints of Bright Green #6CE414
RGB
CMYK
RGB Variations
Color information
#6CE414 (or 0x6CE414) is known color: Bright Green. HEX triplet: 6C, E4 and 14. RGB value is (108,228,20). Sum of RGB (Red+Green+Blue) = 108+228+20=356 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.34% from 356); Green value is 228 (89.45% from 255 or 64.04% from 356); Blue value is 20 (8.20% from 255 or 5.62% from 356); Max value from RGB is 228 - color contains mainly: green. Hex color #6CE414 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CE414 is #931BEB. Grayscale: #A9A9A9. Windows color (decimal): -9640940 or 1369196. OLE color: 1369196.
HSL color Cylindrical-coordinate representation of color #6CE414: hue angle of 94.62º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6CE414 is Cyan = 0.53, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 108 | 228 | 20 | - |
| CMYK | 0.53 | 0 | 0.91 | 0.11 |
| HSL | 94.62º | 0.84% | 0.49% | - |
| HSV(B) | 94.62º | 0.91% | 0.89% | - |
| XYZ | 34.05 | 58.73 | 10.2 | - |
| YUV | 168.41 | 44.24 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 228 | 20 | 0.53 | 0 | 0.91 | 0.11 | 94.62 | 0.84 | 0.49 |
| Hex | 6C | E4 | 14 | 35 | 0 | 5B | B | 5F | 54 | 31 |
| Octal | 154 | 344 | 24 | 65 | 0 | 133 | 13 | 137 | 124 | 61 |
| Binary | 1101100 | 11100100 | 10100 | 110101 | 0 | 1011011 | 1011 | 1011111 | 1010100 | 110001 |
Color Harmonies of #6CE414
Complementary color
Monochromatic Colors of #6CE414
Black with #6CE414
Text Example
Text Example
White with #6CE414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE414; }
p { color: rgb(108,228,20); }
H1.HeaderClassName
{
color: #6CE414;
}
.AnyTagClassName
{
color: #6CE414;
}
</style>
background-color css
<style>
a { background-color: #6CE414; }
a { background-color: rgb(108,228,20); }
div.DivClassName
{
background-color: #6CE414;
}
.BgClassName
{
background-color: #6CE414;
}
</style>
border-color css
<style>
span { border-color: #6CE414; }
span { border-color: rgb(108,228,20); }
td.TdClassName
{
border-color: #6CE414;
}
.TagClassName
{
border-color: #6CE414;
}
</style>