Shades of Bright Green #6BED12
Tints of Bright Green #6BED12
RGB
CMYK
RGB Variations
Color information
#6BED12 (or 0x6BED12) is known color: Bright Green. HEX triplet: 6B, ED and 12. RGB value is (107,237,18). Sum of RGB (Red+Green+Blue) = 107+237+18=362 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.56% from 362); Green value is 237 (92.97% from 255 or 65.47% from 362); Blue value is 18 (7.42% from 255 or 4.97% from 362); Max value from RGB is 237 - color contains mainly: green. Hex color #6BED12 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6BED12 is #9412ED. Grayscale: #ADADAD. Windows color (decimal): -9704174 or 1240427. OLE color: 1240427.
HSL color Cylindrical-coordinate representation of color #6BED12: hue angle of 95.62º 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 #6BED12 is Cyan = 0.55, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 237 | 18 | - |
| CMYK | 0.55 | 0 | 0.92 | 0.07 |
| HSL | 95.62º | 0.86% | 0.5% | - |
| HSV(B) | 95.62º | 0.92% | 0.93% | - |
| XYZ | 36.46 | 63.74 | 10.95 | - |
| YUV | 173.16 | 40.43 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 237 | 18 | 0.55 | 0 | 0.92 | 0.07 | 95.62 | 0.86 | 0.5 |
| Hex | 6B | ED | 12 | 37 | 0 | 5C | 7 | 60 | 56 | 32 |
| Octal | 153 | 355 | 22 | 67 | 0 | 134 | 7 | 140 | 126 | 62 |
| Binary | 1101011 | 11101101 | 10010 | 110111 | 0 | 1011100 | 111 | 1100000 | 1010110 | 110010 |
Color Harmonies of #6BED12
Complementary color
Monochromatic Colors of #6BED12
Black with #6BED12
Text Example
Text Example
White with #6BED12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BED12; }
p { color: rgb(107,237,18); }
H1.HeaderClassName
{
color: #6BED12;
}
.AnyTagClassName
{
color: #6BED12;
}
</style>
background-color css
<style>
a { background-color: #6BED12; }
a { background-color: rgb(107,237,18); }
div.DivClassName
{
background-color: #6BED12;
}
.BgClassName
{
background-color: #6BED12;
}
</style>
border-color css
<style>
span { border-color: #6BED12; }
span { border-color: rgb(107,237,18); }
td.TdClassName
{
border-color: #6BED12;
}
.TagClassName
{
border-color: #6BED12;
}
</style>