Shades of Bright Green #6BED30
Tints of Bright Green #6BED30
RGB
CMYK
RGB Variations
Color information
#6BED30 (or 0x6BED30) is known color: Bright Green. HEX triplet: 6B, ED and 30. RGB value is (107,237,48). Sum of RGB (Red+Green+Blue) = 107+237+48=392 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.30% from 392); Green value is 237 (92.97% from 255 or 60.46% from 392); Blue value is 48 (19.14% from 255 or 12.24% from 392); Max value from RGB is 237 - color contains mainly: green. Hex color #6BED30 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6BED30 is #9412CF. Grayscale: #B1B1B1. Windows color (decimal): -9704144 or 3206507. OLE color: 3206507.
HSL color Cylindrical-coordinate representation of color #6BED30: hue angle of 101.27º 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 #6BED30 is Cyan = 0.55, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 237 | 48 | - |
| CMYK | 0.55 | 0 | 0.80 | 0.07 |
| HSL | 101.27º | 0.84% | 0.56% | - |
| HSV(B) | 101.27º | 0.8% | 0.93% | - |
| XYZ | 36.88 | 63.91 | 13.19 | - |
| YUV | 176.58 | 55.43 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 237 | 48 | 0.55 | 0 | 0.80 | 0.07 | 101.27 | 0.84 | 0.56 |
| Hex | 6B | ED | 30 | 37 | 0 | 50 | 7 | 65 | 54 | 38 |
| Octal | 153 | 355 | 60 | 67 | 0 | 120 | 7 | 145 | 124 | 70 |
| Binary | 1101011 | 11101101 | 110000 | 110111 | 0 | 1010000 | 111 | 1100101 | 1010100 | 111000 |
Color Harmonies of #6BED30
Complementary color
Monochromatic Colors of #6BED30
Black with #6BED30
Text Example
Text Example
White with #6BED30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BED30; }
p { color: rgb(107,237,48); }
H1.HeaderClassName
{
color: #6BED30;
}
.AnyTagClassName
{
color: #6BED30;
}
</style>
background-color css
<style>
a { background-color: #6BED30; }
a { background-color: rgb(107,237,48); }
div.DivClassName
{
background-color: #6BED30;
}
.BgClassName
{
background-color: #6BED30;
}
</style>
border-color css
<style>
span { border-color: #6BED30; }
span { border-color: rgb(107,237,48); }
td.TdClassName
{
border-color: #6BED30;
}
.TagClassName
{
border-color: #6BED30;
}
</style>