Shades of Bright Green #6BDD00
Tints of Bright Green #6BDD00
RGB
CMYK
RGB Variations
Color information
#6BDD00 (or 0x6BDD00) is known color: Bright Green. HEX triplet: 6B, DD and 00. RGB value is (107,221,0). Sum of RGB (Red+Green+Blue) = 107+221+0=328 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.62% from 328); Green value is 221 (86.72% from 255 or 67.38% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 221 - color contains mainly: green. Hex color #6BDD00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BDD00 is #9422FF. Grayscale: #A2A2A2. Windows color (decimal): -9708288 or 56683. OLE color: 56683.
HSL color Cylindrical-coordinate representation of color #6BDD00: hue angle of 90.95º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6BDD00 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 221 | 0 | - |
| CMYK | 0.52 | 0 | 1 | 0.13 |
| HSL | 90.95º | 1% | 0.43% | - |
| HSV(B) | 90.95º | 1% | 0.87% | - |
| XYZ | 31.92 | 54.84 | 8.9 | - |
| YUV | 161.72 | 36.73 | 88.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 221 | 0 | 0.52 | 0 | 1 | 0.13 | 90.95 | 1 | 0.43 |
| Hex | 6B | DD | 0 | 34 | 0 | 64 | D | 5B | 64 | 2B |
| Octal | 153 | 335 | 0 | 64 | 0 | 144 | 15 | 133 | 144 | 53 |
| Binary | 1101011 | 11011101 | 0 | 110100 | 0 | 1100100 | 1101 | 1011011 | 1100100 | 101011 |
Color Harmonies of #6BDD00
Complementary color
Monochromatic Colors of #6BDD00
Black with #6BDD00
Text Example
Text Example
White with #6BDD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDD00; }
p { color: rgb(107,221,0); }
H1.HeaderClassName
{
color: #6BDD00;
}
.AnyTagClassName
{
color: #6BDD00;
}
</style>
background-color css
<style>
a { background-color: #6BDD00; }
a { background-color: rgb(107,221,0); }
div.DivClassName
{
background-color: #6BDD00;
}
.BgClassName
{
background-color: #6BDD00;
}
</style>
border-color css
<style>
span { border-color: #6BDD00; }
span { border-color: rgb(107,221,0); }
td.TdClassName
{
border-color: #6BDD00;
}
.TagClassName
{
border-color: #6BDD00;
}
</style>