Shades of Bright Green #6CE401
Tints of Bright Green #6CE401
RGB
CMYK
RGB Variations
Color information
#6CE401 (or 0x6CE401) is known color: Bright Green. HEX triplet: 6C, E4 and 01. RGB value is (108,228,1). Sum of RGB (Red+Green+Blue) = 108+228+1=337 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.05% from 337); Green value is 228 (89.45% from 255 or 67.66% from 337); Blue value is 1 (0.78% from 255 or 0.30% from 337); Max value from RGB is 228 - color contains mainly: green. Hex color #6CE401 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CE401 is #931BFE. Grayscale: #A7A7A7. Windows color (decimal): -9640959 or 124012. OLE color: 124012.
HSL color Cylindrical-coordinate representation of color #6CE401: hue angle of 91.72º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6CE401 is Cyan = 0.53, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 108 | 228 | 1 | - |
| CMYK | 0.53 | 0 | 1.00 | 0.11 |
| HSL | 91.72º | 0.99% | 0.45% | - |
| HSV(B) | 91.72º | 1% | 0.89% | - |
| XYZ | 33.93 | 58.68 | 9.57 | - |
| YUV | 166.24 | 34.74 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 228 | 1 | 0.53 | 0 | 1.00 | 0.11 | 91.72 | 0.99 | 0.45 |
| Hex | 6C | E4 | 1 | 35 | 0 | 64 | B | 5C | 63 | 2D |
| Octal | 154 | 344 | 1 | 65 | 0 | 144 | 13 | 134 | 143 | 55 |
| Binary | 1101100 | 11100100 | 1 | 110101 | 0 | 1100100 | 1011 | 1011100 | 1100011 | 101101 |
Color Harmonies of #6CE401
Complementary color
Monochromatic Colors of #6CE401
Black with #6CE401
Text Example
Text Example
White with #6CE401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE401; }
p { color: rgb(108,228,1); }
H1.HeaderClassName
{
color: #6CE401;
}
.AnyTagClassName
{
color: #6CE401;
}
</style>
background-color css
<style>
a { background-color: #6CE401; }
a { background-color: rgb(108,228,1); }
div.DivClassName
{
background-color: #6CE401;
}
.BgClassName
{
background-color: #6CE401;
}
</style>
border-color css
<style>
span { border-color: #6CE401; }
span { border-color: rgb(108,228,1); }
td.TdClassName
{
border-color: #6CE401;
}
.TagClassName
{
border-color: #6CE401;
}
</style>