Shades of Bright Green #6BDC0B
Tints of Bright Green #6BDC0B
RGB
CMYK
RGB Variations
Color information
#6BDC0B (or 0x6BDC0B) is known color: Bright Green. HEX triplet: 6B, DC and 0B. RGB value is (107,220,11). Sum of RGB (Red+Green+Blue) = 107+220+11=338 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.66% from 338); Green value is 220 (86.33% from 255 or 65.09% from 338); Blue value is 11 (4.69% from 255 or 3.25% from 338); Max value from RGB is 220 - color contains mainly: green. Hex color #6BDC0B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BDC0B is #9423F4. Grayscale: #A3A3A3. Windows color (decimal): -9708533 or 777323. OLE color: 777323.
HSL color Cylindrical-coordinate representation of color #6BDC0B: hue angle of 92.44º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6BDC0B is Cyan = 0.51, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 220 | 11 | - |
| CMYK | 0.51 | 0 | 0.95 | 0.14 |
| HSL | 92.44º | 0.9% | 0.45% | - |
| HSV(B) | 92.44º | 0.95% | 0.86% | - |
| XYZ | 31.72 | 54.34 | 9.13 | - |
| YUV | 162.39 | 42.56 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 220 | 11 | 0.51 | 0 | 0.95 | 0.14 | 92.44 | 0.9 | 0.45 |
| Hex | 6B | DC | B | 33 | 0 | 5F | E | 5C | 5A | 2D |
| Octal | 153 | 334 | 13 | 63 | 0 | 137 | 16 | 134 | 132 | 55 |
| Binary | 1101011 | 11011100 | 1011 | 110011 | 0 | 1011111 | 1110 | 1011100 | 1011010 | 101101 |
Color Harmonies of #6BDC0B
Complementary color
Monochromatic Colors of #6BDC0B
Black with #6BDC0B
Text Example
Text Example
White with #6BDC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDC0B; }
p { color: rgb(107,220,11); }
H1.HeaderClassName
{
color: #6BDC0B;
}
.AnyTagClassName
{
color: #6BDC0B;
}
</style>
background-color css
<style>
a { background-color: #6BDC0B; }
a { background-color: rgb(107,220,11); }
div.DivClassName
{
background-color: #6BDC0B;
}
.BgClassName
{
background-color: #6BDC0B;
}
</style>
border-color css
<style>
span { border-color: #6BDC0B; }
span { border-color: rgb(107,220,11); }
td.TdClassName
{
border-color: #6BDC0B;
}
.TagClassName
{
border-color: #6BDC0B;
}
</style>