Shades of Bright Green #6EED31
Tints of Bright Green #6EED31
RGB
CMYK
RGB Variations
Color information
#6EED31 (or 0x6EED31) is known color: Bright Green. HEX triplet: 6E, ED and 31. RGB value is (110,237,49). Sum of RGB (Red+Green+Blue) = 110+237+49=396 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.78% from 396); Green value is 237 (92.97% from 255 or 59.85% from 396); Blue value is 49 (19.53% from 255 or 12.37% from 396); Max value from RGB is 237 - color contains mainly: green. Hex color #6EED31 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6EED31 is #9112CE. Grayscale: #B2B2B2. Windows color (decimal): -9507535 or 3272046. OLE color: 3272046.
HSL color Cylindrical-coordinate representation of color #6EED31: hue angle of 100.53º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6EED31 is Cyan = 0.54, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 237 | 49 | - |
| CMYK | 0.54 | 0 | 0.79 | 0.07 |
| HSL | 100.53º | 0.84% | 0.56% | - |
| HSV(B) | 100.53º | 0.79% | 0.93% | - |
| XYZ | 37.27 | 64.11 | 13.31 | - |
| YUV | 177.6 | 55.42 | 79.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 237 | 49 | 0.54 | 0 | 0.79 | 0.07 | 100.53 | 0.84 | 0.56 |
| Hex | 6E | ED | 31 | 36 | 0 | 4F | 7 | 65 | 54 | 38 |
| Octal | 156 | 355 | 61 | 66 | 0 | 117 | 7 | 145 | 124 | 70 |
| Binary | 1101110 | 11101101 | 110001 | 110110 | 0 | 1001111 | 111 | 1100101 | 1010100 | 111000 |
Color Harmonies of #6EED31
Complementary color
Monochromatic Colors of #6EED31
Black with #6EED31
Text Example
Text Example
White with #6EED31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EED31; }
p { color: rgb(110,237,49); }
H1.HeaderClassName
{
color: #6EED31;
}
.AnyTagClassName
{
color: #6EED31;
}
</style>
background-color css
<style>
a { background-color: #6EED31; }
a { background-color: rgb(110,237,49); }
div.DivClassName
{
background-color: #6EED31;
}
.BgClassName
{
background-color: #6EED31;
}
</style>
border-color css
<style>
span { border-color: #6EED31; }
span { border-color: rgb(110,237,49); }
td.TdClassName
{
border-color: #6EED31;
}
.TagClassName
{
border-color: #6EED31;
}
</style>