Shades of Bright Green #6BED02
Tints of Bright Green #6BED02
RGB
CMYK
RGB Variations
Color information
#6BED02 (or 0x6BED02) is known color: Bright Green. HEX triplet: 6B, ED and 02. RGB value is (107,237,2). Sum of RGB (Red+Green+Blue) = 107+237+2=346 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.92% from 346); Green value is 237 (92.97% from 255 or 68.50% from 346); Blue value is 2 (1.17% from 255 or 0.58% from 346); Max value from RGB is 237 - color contains mainly: green. Hex color #6BED02 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6BED02 is #9412FD. Grayscale: #ACACAC. Windows color (decimal): -9704190 or 191851. OLE color: 191851.
HSL color Cylindrical-coordinate representation of color #6BED02: hue angle of 93.19º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6BED02 is Cyan = 0.55, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 237 | 2 | - |
| CMYK | 0.55 | 0 | 0.99 | 0.07 |
| HSL | 93.19º | 0.98% | 0.47% | - |
| HSV(B) | 93.19º | 0.99% | 0.93% | - |
| XYZ | 36.36 | 63.7 | 10.44 | - |
| YUV | 171.34 | 32.43 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 237 | 2 | 0.55 | 0 | 0.99 | 0.07 | 93.19 | 0.98 | 0.47 |
| Hex | 6B | ED | 2 | 37 | 0 | 63 | 7 | 5D | 62 | 2F |
| Octal | 153 | 355 | 2 | 67 | 0 | 143 | 7 | 135 | 142 | 57 |
| Binary | 1101011 | 11101101 | 10 | 110111 | 0 | 1100011 | 111 | 1011101 | 1100010 | 101111 |
Color Harmonies of #6BED02
Complementary color
Monochromatic Colors of #6BED02
Black with #6BED02
Text Example
Text Example
White with #6BED02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BED02; }
p { color: rgb(107,237,2); }
H1.HeaderClassName
{
color: #6BED02;
}
.AnyTagClassName
{
color: #6BED02;
}
</style>
background-color css
<style>
a { background-color: #6BED02; }
a { background-color: rgb(107,237,2); }
div.DivClassName
{
background-color: #6BED02;
}
.BgClassName
{
background-color: #6BED02;
}
</style>
border-color css
<style>
span { border-color: #6BED02; }
span { border-color: rgb(107,237,2); }
td.TdClassName
{
border-color: #6BED02;
}
.TagClassName
{
border-color: #6BED02;
}
</style>