Shades of Bright Green #6ADE0B
Tints of Bright Green #6ADE0B
RGB
CMYK
RGB Variations
Color information
#6ADE0B (or 0x6ADE0B) is known color: Bright Green. HEX triplet: 6A, DE and 0B. RGB value is (106,222,11). Sum of RGB (Red+Green+Blue) = 106+222+11=339 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.27% from 339); Green value is 222 (87.11% from 255 or 65.49% from 339); Blue value is 11 (4.69% from 255 or 3.24% from 339); Max value from RGB is 222 - color contains mainly: green. Hex color #6ADE0B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ADE0B is #9521F4. Grayscale: #A3A3A3. Windows color (decimal): -9773557 or 777834. OLE color: 777834.
HSL color Cylindrical-coordinate representation of color #6ADE0B: hue angle of 92.99º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6ADE0B is Cyan = 0.52, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 222 | 11 | - |
| CMYK | 0.52 | 0 | 0.95 | 0.13 |
| HSL | 92.99º | 0.91% | 0.46% | - |
| HSV(B) | 92.99º | 0.95% | 0.87% | - |
| XYZ | 32.13 | 55.33 | 9.3 | - |
| YUV | 163.26 | 42.07 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 222 | 11 | 0.52 | 0 | 0.95 | 0.13 | 92.99 | 0.91 | 0.46 |
| Hex | 6A | DE | B | 34 | 0 | 5F | D | 5D | 5B | 2E |
| Octal | 152 | 336 | 13 | 64 | 0 | 137 | 15 | 135 | 133 | 56 |
| Binary | 1101010 | 11011110 | 1011 | 110100 | 0 | 1011111 | 1101 | 1011101 | 1011011 | 101110 |
Color Harmonies of #6ADE0B
Complementary color
Monochromatic Colors of #6ADE0B
Black with #6ADE0B
Text Example
Text Example
White with #6ADE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADE0B; }
p { color: rgb(106,222,11); }
H1.HeaderClassName
{
color: #6ADE0B;
}
.AnyTagClassName
{
color: #6ADE0B;
}
</style>
background-color css
<style>
a { background-color: #6ADE0B; }
a { background-color: rgb(106,222,11); }
div.DivClassName
{
background-color: #6ADE0B;
}
.BgClassName
{
background-color: #6ADE0B;
}
</style>
border-color css
<style>
span { border-color: #6ADE0B; }
span { border-color: rgb(106,222,11); }
td.TdClassName
{
border-color: #6ADE0B;
}
.TagClassName
{
border-color: #6ADE0B;
}
</style>