Shades of Bright Green #6DEA01
Tints of Bright Green #6DEA01
RGB
CMYK
RGB Variations
Color information
#6DEA01 (or 0x6DEA01) is known color: Bright Green. HEX triplet: 6D, EA and 01. RGB value is (109,234,1). Sum of RGB (Red+Green+Blue) = 109+234+1=344 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.69% from 344); Green value is 234 (91.80% from 255 or 68.02% from 344); Blue value is 1 (0.78% from 255 or 0.29% from 344); Max value from RGB is 234 - color contains mainly: green. Hex color #6DEA01 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6DEA01 is #9215FE. Grayscale: #AAAAAA. Windows color (decimal): -9573887 or 125549. OLE color: 125549.
HSL color Cylindrical-coordinate representation of color #6DEA01: hue angle of 92.19º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6DEA01 is Cyan = 0.53, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 234 | 1 | - |
| CMYK | 0.53 | 0 | 1.00 | 0.08 |
| HSL | 92.19º | 0.99% | 0.46% | - |
| HSV(B) | 92.19º | 1% | 0.92% | - |
| XYZ | 35.73 | 62.1 | 10.13 | - |
| YUV | 170.06 | 32.59 | 84.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 234 | 1 | 0.53 | 0 | 1.00 | 0.08 | 92.19 | 0.99 | 0.46 |
| Hex | 6D | EA | 1 | 35 | 0 | 64 | 8 | 5C | 63 | 2E |
| Octal | 155 | 352 | 1 | 65 | 0 | 144 | 10 | 134 | 143 | 56 |
| Binary | 1101101 | 11101010 | 1 | 110101 | 0 | 1100100 | 1000 | 1011100 | 1100011 | 101110 |
Color Harmonies of #6DEA01
Complementary color
Monochromatic Colors of #6DEA01
Black with #6DEA01
Text Example
Text Example
White with #6DEA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEA01; }
p { color: rgb(109,234,1); }
H1.HeaderClassName
{
color: #6DEA01;
}
.AnyTagClassName
{
color: #6DEA01;
}
</style>
background-color css
<style>
a { background-color: #6DEA01; }
a { background-color: rgb(109,234,1); }
div.DivClassName
{
background-color: #6DEA01;
}
.BgClassName
{
background-color: #6DEA01;
}
</style>
border-color css
<style>
span { border-color: #6DEA01; }
span { border-color: rgb(109,234,1); }
td.TdClassName
{
border-color: #6DEA01;
}
.TagClassName
{
border-color: #6DEA01;
}
</style>