Shades of Bright Green #6DED0A
Tints of Bright Green #6DED0A
RGB
CMYK
RGB Variations
Color information
#6DED0A (or 0x6DED0A) is known color: Bright Green. HEX triplet: 6D, ED and 0A. RGB value is (109,237,10). Sum of RGB (Red+Green+Blue) = 109+237+10=356 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.62% from 356); Green value is 237 (92.97% from 255 or 66.57% from 356); Blue value is 10 (4.30% from 255 or 2.81% from 356); Max value from RGB is 237 - color contains mainly: green. Hex color #6DED0A is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6DED0A is #9212F5. Grayscale: #ADADAD. Windows color (decimal): -9573110 or 716141. OLE color: 716141.
HSL color Cylindrical-coordinate representation of color #6DED0A: hue angle of 93.83º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6DED0A is Cyan = 0.54, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 237 | 10 | - |
| CMYK | 0.54 | 0 | 0.96 | 0.07 |
| HSL | 93.83º | 0.92% | 0.48% | - |
| HSV(B) | 93.83º | 0.96% | 0.93% | - |
| XYZ | 36.65 | 63.84 | 10.68 | - |
| YUV | 172.85 | 36.09 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 237 | 10 | 0.54 | 0 | 0.96 | 0.07 | 93.83 | 0.92 | 0.48 |
| Hex | 6D | ED | A | 36 | 0 | 60 | 7 | 5E | 5C | 30 |
| Octal | 155 | 355 | 12 | 66 | 0 | 140 | 7 | 136 | 134 | 60 |
| Binary | 1101101 | 11101101 | 1010 | 110110 | 0 | 1100000 | 111 | 1011110 | 1011100 | 110000 |
Color Harmonies of #6DED0A
Complementary color
Monochromatic Colors of #6DED0A
Black with #6DED0A
Text Example
Text Example
White with #6DED0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DED0A; }
p { color: rgb(109,237,10); }
H1.HeaderClassName
{
color: #6DED0A;
}
.AnyTagClassName
{
color: #6DED0A;
}
</style>
background-color css
<style>
a { background-color: #6DED0A; }
a { background-color: rgb(109,237,10); }
div.DivClassName
{
background-color: #6DED0A;
}
.BgClassName
{
background-color: #6DED0A;
}
</style>
border-color css
<style>
span { border-color: #6DED0A; }
span { border-color: rgb(109,237,10); }
td.TdClassName
{
border-color: #6DED0A;
}
.TagClassName
{
border-color: #6DED0A;
}
</style>