Shades of Bright Green #6BDE16
Tints of Bright Green #6BDE16
RGB
CMYK
RGB Variations
Color information
#6BDE16 (or 0x6BDE16) is known color: Bright Green. HEX triplet: 6B, DE and 16. RGB value is (107,222,22). Sum of RGB (Red+Green+Blue) = 107+222+22=351 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.48% from 351); Green value is 222 (87.11% from 255 or 63.25% from 351); Blue value is 22 (8.98% from 255 or 6.27% from 351); Max value from RGB is 222 - color contains mainly: green. Hex color #6BDE16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BDE16 is #9421E9. Grayscale: #A5A5A5. Windows color (decimal): -9708010 or 1498731. OLE color: 1498731.
HSL color Cylindrical-coordinate representation of color #6BDE16: hue angle of 94.5º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6BDE16 is Cyan = 0.52, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 222 | 22 | - |
| CMYK | 0.52 | 0 | 0.90 | 0.13 |
| HSL | 94.5º | 0.82% | 0.48% | - |
| HSV(B) | 94.5º | 0.9% | 0.87% | - |
| XYZ | 32.33 | 55.43 | 9.75 | - |
| YUV | 164.82 | 47.4 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 222 | 22 | 0.52 | 0 | 0.90 | 0.13 | 94.5 | 0.82 | 0.48 |
| Hex | 6B | DE | 16 | 34 | 0 | 5A | D | 5E | 52 | 30 |
| Octal | 153 | 336 | 26 | 64 | 0 | 132 | 15 | 136 | 122 | 60 |
| Binary | 1101011 | 11011110 | 10110 | 110100 | 0 | 1011010 | 1101 | 1011110 | 1010010 | 110000 |
Color Harmonies of #6BDE16
Complementary color
Monochromatic Colors of #6BDE16
Black with #6BDE16
Text Example
Text Example
White with #6BDE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDE16; }
p { color: rgb(107,222,22); }
H1.HeaderClassName
{
color: #6BDE16;
}
.AnyTagClassName
{
color: #6BDE16;
}
</style>
background-color css
<style>
a { background-color: #6BDE16; }
a { background-color: rgb(107,222,22); }
div.DivClassName
{
background-color: #6BDE16;
}
.BgClassName
{
background-color: #6BDE16;
}
</style>
border-color css
<style>
span { border-color: #6BDE16; }
span { border-color: rgb(107,222,22); }
td.TdClassName
{
border-color: #6BDE16;
}
.TagClassName
{
border-color: #6BDE16;
}
</style>