Shades of Bright Green #6BED1F
Tints of Bright Green #6BED1F
RGB
CMYK
RGB Variations
Color information
#6BED1F (or 0x6BED1F) is known color: Bright Green. HEX triplet: 6B, ED and 1F. RGB value is (107,237,31). Sum of RGB (Red+Green+Blue) = 107+237+31=375 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.53% from 375); Green value is 237 (92.97% from 255 or 63.2% from 375); Blue value is 31 (12.5% from 255 or 8.27% from 375); Max value from RGB is 237 - color contains mainly: green. Hex color #6BED1F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6BED1F is #9412E0. Grayscale: #AFAFAF. Windows color (decimal): -9704161 or 2092395. OLE color: 2092395.
HSL color Cylindrical-coordinate representation of color #6BED1F: hue angle of 97.86º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6BED1F is Cyan = 0.55, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 237 | 31 | - |
| CMYK | 0.55 | 0 | 0.87 | 0.07 |
| HSL | 97.86º | 0.85% | 0.53% | - |
| HSV(B) | 97.86º | 0.87% | 0.93% | - |
| XYZ | 36.59 | 63.79 | 11.68 | - |
| YUV | 174.65 | 46.93 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 237 | 31 | 0.55 | 0 | 0.87 | 0.07 | 97.86 | 0.85 | 0.53 |
| Hex | 6B | ED | 1F | 37 | 0 | 57 | 7 | 62 | 55 | 35 |
| Octal | 153 | 355 | 37 | 67 | 0 | 127 | 7 | 142 | 125 | 65 |
| Binary | 1101011 | 11101101 | 11111 | 110111 | 0 | 1010111 | 111 | 1100010 | 1010101 | 110101 |
Color Harmonies of #6BED1F
Complementary color
Monochromatic Colors of #6BED1F
Black with #6BED1F
Text Example
Text Example
White with #6BED1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BED1F; }
p { color: rgb(107,237,31); }
H1.HeaderClassName
{
color: #6BED1F;
}
.AnyTagClassName
{
color: #6BED1F;
}
</style>
background-color css
<style>
a { background-color: #6BED1F; }
a { background-color: rgb(107,237,31); }
div.DivClassName
{
background-color: #6BED1F;
}
.BgClassName
{
background-color: #6BED1F;
}
</style>
border-color css
<style>
span { border-color: #6BED1F; }
span { border-color: rgb(107,237,31); }
td.TdClassName
{
border-color: #6BED1F;
}
.TagClassName
{
border-color: #6BED1F;
}
</style>