Shades of Bright Green #6ADB02
Tints of Bright Green #6ADB02
RGB
CMYK
RGB Variations
Color information
#6ADB02 (or 0x6ADB02) is known color: Bright Green. HEX triplet: 6A, DB and 02. RGB value is (106,219,2). Sum of RGB (Red+Green+Blue) = 106+219+2=327 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.42% from 327); Green value is 219 (85.94% from 255 or 66.97% from 327); Blue value is 2 (1.17% from 255 or 0.61% from 327); Max value from RGB is 219 - color contains mainly: green. Hex color #6ADB02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ADB02 is #9524FD. Grayscale: #A1A1A1. Windows color (decimal): -9774334 or 187242. OLE color: 187242.
HSL color Cylindrical-coordinate representation of color #6ADB02: hue angle of 91.24º 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 #6ADB02 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 219 | 2 | - |
| CMYK | 0.52 | 0 | 0.99 | 0.14 |
| HSL | 91.24º | 0.98% | 0.43% | - |
| HSV(B) | 91.24º | 0.99% | 0.86% | - |
| XYZ | 31.29 | 53.73 | 8.78 | - |
| YUV | 160.48 | 38.56 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 219 | 2 | 0.52 | 0 | 0.99 | 0.14 | 91.24 | 0.98 | 0.43 |
| Hex | 6A | DB | 2 | 34 | 0 | 63 | E | 5B | 62 | 2B |
| Octal | 152 | 333 | 2 | 64 | 0 | 143 | 16 | 133 | 142 | 53 |
| Binary | 1101010 | 11011011 | 10 | 110100 | 0 | 1100011 | 1110 | 1011011 | 1100010 | 101011 |
Color Harmonies of #6ADB02
Complementary color
Monochromatic Colors of #6ADB02
Black with #6ADB02
Text Example
Text Example
White with #6ADB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADB02; }
p { color: rgb(106,219,2); }
H1.HeaderClassName
{
color: #6ADB02;
}
.AnyTagClassName
{
color: #6ADB02;
}
</style>
background-color css
<style>
a { background-color: #6ADB02; }
a { background-color: rgb(106,219,2); }
div.DivClassName
{
background-color: #6ADB02;
}
.BgClassName
{
background-color: #6ADB02;
}
</style>
border-color css
<style>
span { border-color: #6ADB02; }
span { border-color: rgb(106,219,2); }
td.TdClassName
{
border-color: #6ADB02;
}
.TagClassName
{
border-color: #6ADB02;
}
</style>