Shades of Bright Green #6DDF18
Tints of Bright Green #6DDF18
RGB
CMYK
RGB Variations
Color information
#6DDF18 (or 0x6DDF18) is known color: Bright Green. HEX triplet: 6D, DF and 18. RGB value is (109,223,24). Sum of RGB (Red+Green+Blue) = 109+223+24=356 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.62% from 356); Green value is 223 (87.5% from 255 or 62.64% from 356); Blue value is 24 (9.77% from 255 or 6.74% from 356); Max value from RGB is 223 - color contains mainly: green. Hex color #6DDF18 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DDF18 is #9220E7. Grayscale: #A6A6A6. Windows color (decimal): -9576680 or 1630061. OLE color: 1630061.
HSL color Cylindrical-coordinate representation of color #6DDF18: hue angle of 94.37º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6DDF18 is Cyan = 0.51, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 223 | 24 | - |
| CMYK | 0.51 | 0 | 0.89 | 0.13 |
| HSL | 94.37º | 0.81% | 0.48% | - |
| HSV(B) | 94.37º | 0.89% | 0.87% | - |
| XYZ | 32.86 | 56.09 | 9.96 | - |
| YUV | 166.23 | 47.73 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 223 | 24 | 0.51 | 0 | 0.89 | 0.13 | 94.37 | 0.81 | 0.48 |
| Hex | 6D | DF | 18 | 33 | 0 | 59 | D | 5E | 51 | 30 |
| Octal | 155 | 337 | 30 | 63 | 0 | 131 | 15 | 136 | 121 | 60 |
| Binary | 1101101 | 11011111 | 11000 | 110011 | 0 | 1011001 | 1101 | 1011110 | 1010001 | 110000 |
Color Harmonies of #6DDF18
Complementary color
Monochromatic Colors of #6DDF18
Black with #6DDF18
Text Example
Text Example
White with #6DDF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDF18; }
p { color: rgb(109,223,24); }
H1.HeaderClassName
{
color: #6DDF18;
}
.AnyTagClassName
{
color: #6DDF18;
}
</style>
background-color css
<style>
a { background-color: #6DDF18; }
a { background-color: rgb(109,223,24); }
div.DivClassName
{
background-color: #6DDF18;
}
.BgClassName
{
background-color: #6DDF18;
}
</style>
border-color css
<style>
span { border-color: #6DDF18; }
span { border-color: rgb(109,223,24); }
td.TdClassName
{
border-color: #6DDF18;
}
.TagClassName
{
border-color: #6DDF18;
}
</style>