Shades of Bright Green #6BED13
Tints of Bright Green #6BED13
RGB
CMYK
RGB Variations
Color information
#6BED13 (or 0x6BED13) is known color: Bright Green. HEX triplet: 6B, ED and 13. RGB value is (107,237,19). Sum of RGB (Red+Green+Blue) = 107+237+19=363 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.48% from 363); Green value is 237 (92.97% from 255 or 65.29% from 363); Blue value is 19 (7.81% from 255 or 5.23% from 363); Max value from RGB is 237 - color contains mainly: green. Hex color #6BED13 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6BED13 is #9412EC. Grayscale: #AEAEAE. Windows color (decimal): -9704173 or 1305963. OLE color: 1305963.
HSL color Cylindrical-coordinate representation of color #6BED13: hue angle of 95.78º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6BED13 is Cyan = 0.55, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 237 | 19 | - |
| CMYK | 0.55 | 0 | 0.92 | 0.07 |
| HSL | 95.78º | 0.86% | 0.5% | - |
| HSV(B) | 95.78º | 0.92% | 0.93% | - |
| XYZ | 36.47 | 63.74 | 11 | - |
| YUV | 173.28 | 40.93 | 80.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 237 | 19 | 0.55 | 0 | 0.92 | 0.07 | 95.78 | 0.86 | 0.5 |
| Hex | 6B | ED | 13 | 37 | 0 | 5C | 7 | 60 | 56 | 32 |
| Octal | 153 | 355 | 23 | 67 | 0 | 134 | 7 | 140 | 126 | 62 |
| Binary | 1101011 | 11101101 | 10011 | 110111 | 0 | 1011100 | 111 | 1100000 | 1010110 | 110010 |
Color Harmonies of #6BED13
Complementary color
Monochromatic Colors of #6BED13
Black with #6BED13
Text Example
Text Example
White with #6BED13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BED13; }
p { color: rgb(107,237,19); }
H1.HeaderClassName
{
color: #6BED13;
}
.AnyTagClassName
{
color: #6BED13;
}
</style>
background-color css
<style>
a { background-color: #6BED13; }
a { background-color: rgb(107,237,19); }
div.DivClassName
{
background-color: #6BED13;
}
.BgClassName
{
background-color: #6BED13;
}
</style>
border-color css
<style>
span { border-color: #6BED13; }
span { border-color: rgb(107,237,19); }
td.TdClassName
{
border-color: #6BED13;
}
.TagClassName
{
border-color: #6BED13;
}
</style>