Shades of Bright Green #6AED0B
Tints of Bright Green #6AED0B
RGB
CMYK
RGB Variations
Color information
#6AED0B (or 0x6AED0B) is known color: Bright Green. HEX triplet: 6A, ED and 0B. RGB value is (106,237,11). Sum of RGB (Red+Green+Blue) = 106+237+11=354 (46% of max value = 765). Red value is 106 (41.80% from 255 or 29.94% from 354); Green value is 237 (92.97% from 255 or 66.95% from 354); Blue value is 11 (4.69% from 255 or 3.11% from 354); Max value from RGB is 237 - color contains mainly: green. Hex color #6AED0B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6AED0B is #9512F4. Grayscale: #ACACAC. Windows color (decimal): -9769717 or 781674. OLE color: 781674.
HSL color Cylindrical-coordinate representation of color #6AED0B: hue angle of 94.78º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6AED0B is Cyan = 0.55, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 237 | 11 | - |
| CMYK | 0.55 | 0 | 0.95 | 0.07 |
| HSL | 94.78º | 0.91% | 0.49% | - |
| HSV(B) | 94.78º | 0.95% | 0.93% | - |
| XYZ | 36.29 | 63.66 | 10.69 | - |
| YUV | 172.07 | 37.1 | 80.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 237 | 11 | 0.55 | 0 | 0.95 | 0.07 | 94.78 | 0.91 | 0.49 |
| Hex | 6A | ED | B | 37 | 0 | 5F | 7 | 5F | 5B | 31 |
| Octal | 152 | 355 | 13 | 67 | 0 | 137 | 7 | 137 | 133 | 61 |
| Binary | 1101010 | 11101101 | 1011 | 110111 | 0 | 1011111 | 111 | 1011111 | 1011011 | 110001 |
Color Harmonies of #6AED0B
Complementary color
Monochromatic Colors of #6AED0B
Black with #6AED0B
Text Example
Text Example
White with #6AED0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AED0B; }
p { color: rgb(106,237,11); }
H1.HeaderClassName
{
color: #6AED0B;
}
.AnyTagClassName
{
color: #6AED0B;
}
</style>
background-color css
<style>
a { background-color: #6AED0B; }
a { background-color: rgb(106,237,11); }
div.DivClassName
{
background-color: #6AED0B;
}
.BgClassName
{
background-color: #6AED0B;
}
</style>
border-color css
<style>
span { border-color: #6AED0B; }
span { border-color: rgb(106,237,11); }
td.TdClassName
{
border-color: #6AED0B;
}
.TagClassName
{
border-color: #6AED0B;
}
</style>