Shades of Bright Green #6BDA13
Tints of Bright Green #6BDA13
RGB
CMYK
RGB Variations
Color information
#6BDA13 (or 0x6BDA13) is known color: Bright Green. HEX triplet: 6B, DA and 13. RGB value is (107,218,19). Sum of RGB (Red+Green+Blue) = 107+218+19=344 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.10% from 344); Green value is 218 (85.55% from 255 or 63.37% from 344); Blue value is 19 (7.81% from 255 or 5.52% from 344); Max value from RGB is 218 - color contains mainly: green. Hex color #6BDA13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BDA13 is #9425EC. Grayscale: #A2A2A2. Windows color (decimal): -9709037 or 1301099. OLE color: 1301099.
HSL color Cylindrical-coordinate representation of color #6BDA13: hue angle of 93.47º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6BDA13 is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 218 | 19 | - |
| CMYK | 0.51 | 0 | 0.91 | 0.15 |
| HSL | 93.47º | 0.84% | 0.46% | - |
| HSV(B) | 93.47º | 0.91% | 0.85% | - |
| XYZ | 31.25 | 53.32 | 9.26 | - |
| YUV | 162.13 | 47.23 | 88.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 218 | 19 | 0.51 | 0 | 0.91 | 0.15 | 93.47 | 0.84 | 0.46 |
| Hex | 6B | DA | 13 | 33 | 0 | 5B | F | 5D | 54 | 2E |
| Octal | 153 | 332 | 23 | 63 | 0 | 133 | 17 | 135 | 124 | 56 |
| Binary | 1101011 | 11011010 | 10011 | 110011 | 0 | 1011011 | 1111 | 1011101 | 1010100 | 101110 |
Color Harmonies of #6BDA13
Complementary color
Monochromatic Colors of #6BDA13
Black with #6BDA13
Text Example
Text Example
White with #6BDA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDA13; }
p { color: rgb(107,218,19); }
H1.HeaderClassName
{
color: #6BDA13;
}
.AnyTagClassName
{
color: #6BDA13;
}
</style>
background-color css
<style>
a { background-color: #6BDA13; }
a { background-color: rgb(107,218,19); }
div.DivClassName
{
background-color: #6BDA13;
}
.BgClassName
{
background-color: #6BDA13;
}
</style>
border-color css
<style>
span { border-color: #6BDA13; }
span { border-color: rgb(107,218,19); }
td.TdClassName
{
border-color: #6BDA13;
}
.TagClassName
{
border-color: #6BDA13;
}
</style>