Shades of Bright Green #6DDC20
Tints of Bright Green #6DDC20
RGB
CMYK
RGB Variations
Color information
#6DDC20 (or 0x6DDC20) is known color: Bright Green. HEX triplet: 6D, DC and 20. RGB value is (109,220,32). Sum of RGB (Red+Green+Blue) = 109+220+32=361 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.19% from 361); Green value is 220 (86.33% from 255 or 60.94% from 361); Blue value is 32 (12.89% from 255 or 8.86% from 361); Max value from RGB is 220 - color contains mainly: green. Hex color #6DDC20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DDC20 is #9223DF. Grayscale: #A6A6A6. Windows color (decimal): -9577440 or 2153581. OLE color: 2153581.
HSL color Cylindrical-coordinate representation of color #6DDC20: hue angle of 95.43º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6DDC20 is Cyan = 0.50, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 220 | 32 | - |
| CMYK | 0.50 | 0 | 0.85 | 0.14 |
| HSL | 95.43º | 0.75% | 0.49% | - |
| HSV(B) | 95.43º | 0.85% | 0.86% | - |
| XYZ | 32.16 | 54.54 | 10.2 | - |
| YUV | 165.38 | 52.73 | 87.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 220 | 32 | 0.50 | 0 | 0.85 | 0.14 | 95.43 | 0.75 | 0.49 |
| Hex | 6D | DC | 20 | 32 | 0 | 55 | E | 5F | 4B | 31 |
| Octal | 155 | 334 | 40 | 62 | 0 | 125 | 16 | 137 | 113 | 61 |
| Binary | 1101101 | 11011100 | 100000 | 110010 | 0 | 1010101 | 1110 | 1011111 | 1001011 | 110001 |
Color Harmonies of #6DDC20
Complementary color
Monochromatic Colors of #6DDC20
Black with #6DDC20
Text Example
Text Example
White with #6DDC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDC20; }
p { color: rgb(109,220,32); }
H1.HeaderClassName
{
color: #6DDC20;
}
.AnyTagClassName
{
color: #6DDC20;
}
</style>
background-color css
<style>
a { background-color: #6DDC20; }
a { background-color: rgb(109,220,32); }
div.DivClassName
{
background-color: #6DDC20;
}
.BgClassName
{
background-color: #6DDC20;
}
</style>
border-color css
<style>
span { border-color: #6DDC20; }
span { border-color: rgb(109,220,32); }
td.TdClassName
{
border-color: #6DDC20;
}
.TagClassName
{
border-color: #6DDC20;
}
</style>