Shades of Bright Green #6BDD02
Tints of Bright Green #6BDD02
RGB
CMYK
RGB Variations
Color information
#6BDD02 (or 0x6BDD02) is known color: Bright Green. HEX triplet: 6B, DD and 02. RGB value is (107,221,2). Sum of RGB (Red+Green+Blue) = 107+221+2=330 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.42% from 330); Green value is 221 (86.72% from 255 or 66.97% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 221 - color contains mainly: green. Hex color #6BDD02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BDD02 is #9422FD. Grayscale: #A2A2A2. Windows color (decimal): -9708286 or 187755. OLE color: 187755.
HSL color Cylindrical-coordinate representation of color #6BDD02: hue angle of 91.23º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6BDD02 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 221 | 2 | - |
| CMYK | 0.52 | 0 | 0.99 | 0.13 |
| HSL | 91.23º | 0.98% | 0.44% | - |
| HSV(B) | 91.23º | 0.99% | 0.87% | - |
| XYZ | 31.93 | 54.84 | 8.96 | - |
| YUV | 161.95 | 37.73 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 221 | 2 | 0.52 | 0 | 0.99 | 0.13 | 91.23 | 0.98 | 0.44 |
| Hex | 6B | DD | 2 | 34 | 0 | 63 | D | 5B | 62 | 2C |
| Octal | 153 | 335 | 2 | 64 | 0 | 143 | 15 | 133 | 142 | 54 |
| Binary | 1101011 | 11011101 | 10 | 110100 | 0 | 1100011 | 1101 | 1011011 | 1100010 | 101100 |
Color Harmonies of #6BDD02
Complementary color
Monochromatic Colors of #6BDD02
Black with #6BDD02
Text Example
Text Example
White with #6BDD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDD02; }
p { color: rgb(107,221,2); }
H1.HeaderClassName
{
color: #6BDD02;
}
.AnyTagClassName
{
color: #6BDD02;
}
</style>
background-color css
<style>
a { background-color: #6BDD02; }
a { background-color: rgb(107,221,2); }
div.DivClassName
{
background-color: #6BDD02;
}
.BgClassName
{
background-color: #6BDD02;
}
</style>
border-color css
<style>
span { border-color: #6BDD02; }
span { border-color: rgb(107,221,2); }
td.TdClassName
{
border-color: #6BDD02;
}
.TagClassName
{
border-color: #6BDD02;
}
</style>