Shades of Bright Green #6BDA0E
Tints of Bright Green #6BDA0E
RGB
CMYK
RGB Variations
Color information
#6BDA0E (or 0x6BDA0E) is known color: Bright Green. HEX triplet: 6B, DA and 0E. RGB value is (107,218,14). Sum of RGB (Red+Green+Blue) = 107+218+14=339 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.56% from 339); Green value is 218 (85.55% from 255 or 64.31% from 339); Blue value is 14 (5.86% from 255 or 4.13% from 339); Max value from RGB is 218 - color contains mainly: green. Hex color #6BDA0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BDA0E is #9425F1. Grayscale: #A2A2A2. Windows color (decimal): -9709042 or 973419. OLE color: 973419.
HSL color Cylindrical-coordinate representation of color #6BDA0E: hue angle of 92.65º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6BDA0E is Cyan = 0.51, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 218 | 14 | - |
| CMYK | 0.51 | 0 | 0.94 | 0.15 |
| HSL | 92.65º | 0.88% | 0.45% | - |
| HSV(B) | 92.65º | 0.94% | 0.85% | - |
| XYZ | 31.21 | 53.3 | 9.06 | - |
| YUV | 161.56 | 44.73 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 218 | 14 | 0.51 | 0 | 0.94 | 0.15 | 92.65 | 0.88 | 0.45 |
| Hex | 6B | DA | E | 33 | 0 | 5E | F | 5D | 58 | 2D |
| Octal | 153 | 332 | 16 | 63 | 0 | 136 | 17 | 135 | 130 | 55 |
| Binary | 1101011 | 11011010 | 1110 | 110011 | 0 | 1011110 | 1111 | 1011101 | 1011000 | 101101 |
Color Harmonies of #6BDA0E
Complementary color
Monochromatic Colors of #6BDA0E
Black with #6BDA0E
Text Example
Text Example
White with #6BDA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDA0E; }
p { color: rgb(107,218,14); }
H1.HeaderClassName
{
color: #6BDA0E;
}
.AnyTagClassName
{
color: #6BDA0E;
}
</style>
background-color css
<style>
a { background-color: #6BDA0E; }
a { background-color: rgb(107,218,14); }
div.DivClassName
{
background-color: #6BDA0E;
}
.BgClassName
{
background-color: #6BDA0E;
}
</style>
border-color css
<style>
span { border-color: #6BDA0E; }
span { border-color: rgb(107,218,14); }
td.TdClassName
{
border-color: #6BDA0E;
}
.TagClassName
{
border-color: #6BDA0E;
}
</style>