Shades of Bright Green #6BDC0D
Tints of Bright Green #6BDC0D
RGB
CMYK
RGB Variations
Color information
#6BDC0D (or 0x6BDC0D) is known color: Bright Green. HEX triplet: 6B, DC and 0D. RGB value is (107,220,13). Sum of RGB (Red+Green+Blue) = 107+220+13=340 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.47% from 340); Green value is 220 (86.33% from 255 or 64.71% from 340); Blue value is 13 (5.47% from 255 or 3.82% from 340); Max value from RGB is 220 - color contains mainly: green. Hex color #6BDC0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BDC0D is #9423F2. Grayscale: #A3A3A3. Windows color (decimal): -9708531 or 908395. OLE color: 908395.
HSL color Cylindrical-coordinate representation of color #6BDC0D: hue angle of 92.75º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6BDC0D is Cyan = 0.51, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 220 | 13 | - |
| CMYK | 0.51 | 0 | 0.94 | 0.14 |
| HSL | 92.75º | 0.89% | 0.46% | - |
| HSV(B) | 92.75º | 0.94% | 0.86% | - |
| XYZ | 31.73 | 54.34 | 9.2 | - |
| YUV | 162.62 | 43.56 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 220 | 13 | 0.51 | 0 | 0.94 | 0.14 | 92.75 | 0.89 | 0.46 |
| Hex | 6B | DC | D | 33 | 0 | 5E | E | 5D | 59 | 2E |
| Octal | 153 | 334 | 15 | 63 | 0 | 136 | 16 | 135 | 131 | 56 |
| Binary | 1101011 | 11011100 | 1101 | 110011 | 0 | 1011110 | 1110 | 1011101 | 1011001 | 101110 |
Color Harmonies of #6BDC0D
Complementary color
Monochromatic Colors of #6BDC0D
Black with #6BDC0D
Text Example
Text Example
White with #6BDC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDC0D; }
p { color: rgb(107,220,13); }
H1.HeaderClassName
{
color: #6BDC0D;
}
.AnyTagClassName
{
color: #6BDC0D;
}
</style>
background-color css
<style>
a { background-color: #6BDC0D; }
a { background-color: rgb(107,220,13); }
div.DivClassName
{
background-color: #6BDC0D;
}
.BgClassName
{
background-color: #6BDC0D;
}
</style>
border-color css
<style>
span { border-color: #6BDC0D; }
span { border-color: rgb(107,220,13); }
td.TdClassName
{
border-color: #6BDC0D;
}
.TagClassName
{
border-color: #6BDC0D;
}
</style>