Shades of Bright Green #6BDB02
Tints of Bright Green #6BDB02
RGB
CMYK
RGB Variations
Color information
#6BDB02 (or 0x6BDB02) is known color: Bright Green. HEX triplet: 6B, DB and 02. RGB value is (107,219,2). Sum of RGB (Red+Green+Blue) = 107+219+2=328 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.62% from 328); Green value is 219 (85.94% from 255 or 66.77% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 219 - color contains mainly: green. Hex color #6BDB02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BDB02 is #9424FD. Grayscale: #A1A1A1. Windows color (decimal): -9708798 or 187243. OLE color: 187243.
HSL color Cylindrical-coordinate representation of color #6BDB02: hue angle of 90.97º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6BDB02 is Cyan = 0.51, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 219 | 2 | - |
| CMYK | 0.51 | 0 | 0.99 | 0.14 |
| HSL | 90.97º | 0.98% | 0.43% | - |
| HSV(B) | 90.97º | 0.99% | 0.86% | - |
| XYZ | 31.41 | 53.79 | 8.79 | - |
| YUV | 160.77 | 38.39 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 219 | 2 | 0.51 | 0 | 0.99 | 0.14 | 90.97 | 0.98 | 0.43 |
| Hex | 6B | DB | 2 | 33 | 0 | 63 | E | 5B | 62 | 2B |
| Octal | 153 | 333 | 2 | 63 | 0 | 143 | 16 | 133 | 142 | 53 |
| Binary | 1101011 | 11011011 | 10 | 110011 | 0 | 1100011 | 1110 | 1011011 | 1100010 | 101011 |
Color Harmonies of #6BDB02
Complementary color
Monochromatic Colors of #6BDB02
Black with #6BDB02
Text Example
Text Example
White with #6BDB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDB02; }
p { color: rgb(107,219,2); }
H1.HeaderClassName
{
color: #6BDB02;
}
.AnyTagClassName
{
color: #6BDB02;
}
</style>
background-color css
<style>
a { background-color: #6BDB02; }
a { background-color: rgb(107,219,2); }
div.DivClassName
{
background-color: #6BDB02;
}
.BgClassName
{
background-color: #6BDB02;
}
</style>
border-color css
<style>
span { border-color: #6BDB02; }
span { border-color: rgb(107,219,2); }
td.TdClassName
{
border-color: #6BDB02;
}
.TagClassName
{
border-color: #6BDB02;
}
</style>