Shades of Bright Green #6BED2F
Tints of Bright Green #6BED2F
RGB
CMYK
RGB Variations
Color information
#6BED2F (or 0x6BED2F) is known color: Bright Green. HEX triplet: 6B, ED and 2F. RGB value is (107,237,47). Sum of RGB (Red+Green+Blue) = 107+237+47=391 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.37% from 391); Green value is 237 (92.97% from 255 or 60.61% from 391); Blue value is 47 (18.75% from 255 or 12.02% from 391); Max value from RGB is 237 - color contains mainly: green. Hex color #6BED2F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6BED2F is #9412D0. Grayscale: #B1B1B1. Windows color (decimal): -9704145 or 3140971. OLE color: 3140971.
HSL color Cylindrical-coordinate representation of color #6BED2F: hue angle of 101.05º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6BED2F is Cyan = 0.55, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 237 | 47 | - |
| CMYK | 0.55 | 0 | 0.80 | 0.07 |
| HSL | 101.05º | 0.84% | 0.56% | - |
| HSV(B) | 101.05º | 0.8% | 0.93% | - |
| XYZ | 36.86 | 63.9 | 13.08 | - |
| YUV | 176.47 | 54.93 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 237 | 47 | 0.55 | 0 | 0.80 | 0.07 | 101.05 | 0.84 | 0.56 |
| Hex | 6B | ED | 2F | 37 | 0 | 50 | 7 | 65 | 54 | 38 |
| Octal | 153 | 355 | 57 | 67 | 0 | 120 | 7 | 145 | 124 | 70 |
| Binary | 1101011 | 11101101 | 101111 | 110111 | 0 | 1010000 | 111 | 1100101 | 1010100 | 111000 |
Color Harmonies of #6BED2F
Complementary color
Monochromatic Colors of #6BED2F
Black with #6BED2F
Text Example
Text Example
White with #6BED2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BED2F; }
p { color: rgb(107,237,47); }
H1.HeaderClassName
{
color: #6BED2F;
}
.AnyTagClassName
{
color: #6BED2F;
}
</style>
background-color css
<style>
a { background-color: #6BED2F; }
a { background-color: rgb(107,237,47); }
div.DivClassName
{
background-color: #6BED2F;
}
.BgClassName
{
background-color: #6BED2F;
}
</style>
border-color css
<style>
span { border-color: #6BED2F; }
span { border-color: rgb(107,237,47); }
td.TdClassName
{
border-color: #6BED2F;
}
.TagClassName
{
border-color: #6BED2F;
}
</style>