Shades of Bright Green #6BDD0C
Tints of Bright Green #6BDD0C
RGB
CMYK
RGB Variations
Color information
#6BDD0C (or 0x6BDD0C) is known color: Bright Green. HEX triplet: 6B, DD and 0C. RGB value is (107,221,12). Sum of RGB (Red+Green+Blue) = 107+221+12=340 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.47% from 340); Green value is 221 (86.72% from 255 or 65% from 340); Blue value is 12 (5.08% from 255 or 3.53% from 340); Max value from RGB is 221 - color contains mainly: green. Hex color #6BDD0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BDD0C is #9422F3. Grayscale: #A3A3A3. Windows color (decimal): -9708276 or 843115. OLE color: 843115.
HSL color Cylindrical-coordinate representation of color #6BDD0C: hue angle of 92.73º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6BDD0C is Cyan = 0.52, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 221 | 12 | - |
| CMYK | 0.52 | 0 | 0.95 | 0.13 |
| HSL | 92.73º | 0.9% | 0.46% | - |
| HSV(B) | 92.73º | 0.95% | 0.87% | - |
| XYZ | 31.99 | 54.87 | 9.25 | - |
| YUV | 163.09 | 42.73 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 221 | 12 | 0.52 | 0 | 0.95 | 0.13 | 92.73 | 0.9 | 0.46 |
| Hex | 6B | DD | C | 34 | 0 | 5F | D | 5D | 5A | 2E |
| Octal | 153 | 335 | 14 | 64 | 0 | 137 | 15 | 135 | 132 | 56 |
| Binary | 1101011 | 11011101 | 1100 | 110100 | 0 | 1011111 | 1101 | 1011101 | 1011010 | 101110 |
Color Harmonies of #6BDD0C
Complementary color
Monochromatic Colors of #6BDD0C
Black with #6BDD0C
Text Example
Text Example
White with #6BDD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDD0C; }
p { color: rgb(107,221,12); }
H1.HeaderClassName
{
color: #6BDD0C;
}
.AnyTagClassName
{
color: #6BDD0C;
}
</style>
background-color css
<style>
a { background-color: #6BDD0C; }
a { background-color: rgb(107,221,12); }
div.DivClassName
{
background-color: #6BDD0C;
}
.BgClassName
{
background-color: #6BDD0C;
}
</style>
border-color css
<style>
span { border-color: #6BDD0C; }
span { border-color: rgb(107,221,12); }
td.TdClassName
{
border-color: #6BDD0C;
}
.TagClassName
{
border-color: #6BDD0C;
}
</style>