Shades of Bright Green #6DDD1C
Tints of Bright Green #6DDD1C
RGB
CMYK
RGB Variations
Color information
#6DDD1C (or 0x6DDD1C) is known color: Bright Green. HEX triplet: 6D, DD and 1C. RGB value is (109,221,28). Sum of RGB (Red+Green+Blue) = 109+221+28=358 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.45% from 358); Green value is 221 (86.72% from 255 or 61.73% from 358); Blue value is 28 (11.33% from 255 or 7.82% from 358); Max value from RGB is 221 - color contains mainly: green. Hex color #6DDD1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DDD1C is #9222E3. Grayscale: #A6A6A6. Windows color (decimal): -9577188 or 1891693. OLE color: 1891693.
HSL color Cylindrical-coordinate representation of color #6DDD1C: hue angle of 94.82º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6DDD1C is Cyan = 0.51, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 221 | 28 | - |
| CMYK | 0.51 | 0 | 0.87 | 0.13 |
| HSL | 94.82º | 0.78% | 0.49% | - |
| HSV(B) | 94.82º | 0.87% | 0.87% | - |
| XYZ | 32.37 | 55.05 | 10.02 | - |
| YUV | 165.51 | 50.39 | 87.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 221 | 28 | 0.51 | 0 | 0.87 | 0.13 | 94.82 | 0.78 | 0.49 |
| Hex | 6D | DD | 1C | 33 | 0 | 57 | D | 5F | 4E | 31 |
| Octal | 155 | 335 | 34 | 63 | 0 | 127 | 15 | 137 | 116 | 61 |
| Binary | 1101101 | 11011101 | 11100 | 110011 | 0 | 1010111 | 1101 | 1011111 | 1001110 | 110001 |
Color Harmonies of #6DDD1C
Complementary color
Monochromatic Colors of #6DDD1C
Black with #6DDD1C
Text Example
Text Example
White with #6DDD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDD1C; }
p { color: rgb(109,221,28); }
H1.HeaderClassName
{
color: #6DDD1C;
}
.AnyTagClassName
{
color: #6DDD1C;
}
</style>
background-color css
<style>
a { background-color: #6DDD1C; }
a { background-color: rgb(109,221,28); }
div.DivClassName
{
background-color: #6DDD1C;
}
.BgClassName
{
background-color: #6DDD1C;
}
</style>
border-color css
<style>
span { border-color: #6DDD1C; }
span { border-color: rgb(109,221,28); }
td.TdClassName
{
border-color: #6DDD1C;
}
.TagClassName
{
border-color: #6DDD1C;
}
</style>