Shades of Bright Green #6BDA0D
Tints of Bright Green #6BDA0D
RGB
CMYK
RGB Variations
Color information
#6BDA0D (or 0x6BDA0D) is known color: Bright Green. HEX triplet: 6B, DA and 0D. RGB value is (107,218,13). Sum of RGB (Red+Green+Blue) = 107+218+13=338 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.66% from 338); Green value is 218 (85.55% from 255 or 64.50% from 338); Blue value is 13 (5.47% from 255 or 3.85% from 338); Max value from RGB is 218 - color contains mainly: green. Hex color #6BDA0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BDA0D is #9425F2. Grayscale: #A2A2A2. Windows color (decimal): -9709043 or 907883. OLE color: 907883.
HSL color Cylindrical-coordinate representation of color #6BDA0D: hue angle of 92.49º degrees, saturation: 0.89, 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 #6BDA0D is Cyan = 0.51, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 218 | 13 | - |
| CMYK | 0.51 | 0 | 0.94 | 0.15 |
| HSL | 92.49º | 0.89% | 0.45% | - |
| HSV(B) | 92.49º | 0.94% | 0.85% | - |
| XYZ | 31.21 | 53.3 | 9.02 | - |
| YUV | 161.44 | 44.23 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 218 | 13 | 0.51 | 0 | 0.94 | 0.15 | 92.49 | 0.89 | 0.45 |
| Hex | 6B | DA | D | 33 | 0 | 5E | F | 5C | 59 | 2D |
| Octal | 153 | 332 | 15 | 63 | 0 | 136 | 17 | 134 | 131 | 55 |
| Binary | 1101011 | 11011010 | 1101 | 110011 | 0 | 1011110 | 1111 | 1011100 | 1011001 | 101101 |
Color Harmonies of #6BDA0D
Complementary color
Monochromatic Colors of #6BDA0D
Black with #6BDA0D
Text Example
Text Example
White with #6BDA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDA0D; }
p { color: rgb(107,218,13); }
H1.HeaderClassName
{
color: #6BDA0D;
}
.AnyTagClassName
{
color: #6BDA0D;
}
</style>
background-color css
<style>
a { background-color: #6BDA0D; }
a { background-color: rgb(107,218,13); }
div.DivClassName
{
background-color: #6BDA0D;
}
.BgClassName
{
background-color: #6BDA0D;
}
</style>
border-color css
<style>
span { border-color: #6BDA0D; }
span { border-color: rgb(107,218,13); }
td.TdClassName
{
border-color: #6BDA0D;
}
.TagClassName
{
border-color: #6BDA0D;
}
</style>