Shades of Bright Green #6EFF31
Tints of Bright Green #6EFF31
RGB
CMYK
RGB Variations
Color information
#6EFF31 (or 0x6EFF31) is known color: Bright Green. HEX triplet: 6E, FF and 31. RGB value is (110,255,49). Sum of RGB (Red+Green+Blue) = 110+255+49=414 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.57% from 414); Green value is 255 (100% from 255 or 61.59% from 414); Blue value is 49 (19.53% from 255 or 11.84% from 414); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFF31 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6EFF31 is #9100CE. Grayscale: #BCBCBC. Windows color (decimal): -9502927 or 3276654. OLE color: 3276654.
HSL color Cylindrical-coordinate representation of color #6EFF31: hue angle of 102.23º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6EFF31 is Cyan = 0.57, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 255 | 49 | - |
| CMYK | 0.57 | 0 | 0.81 | 0 |
| HSL | 102.23º | 1% | 0.6% | - |
| HSV(B) | 102.23º | 0.81% | 1% | - |
| XYZ | 42.74 | 75.06 | 15.14 | - |
| YUV | 188.16 | 49.46 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 255 | 49 | 0.57 | 0 | 0.81 | 0 | 102.23 | 1 | 0.6 |
| Hex | 6E | FF | 31 | 39 | 0 | 51 | 0 | 66 | 64 | 3C |
| Octal | 156 | 377 | 61 | 71 | 0 | 121 | 0 | 146 | 144 | 74 |
| Binary | 1101110 | 11111111 | 110001 | 111001 | 0 | 1010001 | 0 | 1100110 | 1100100 | 111100 |
Color Harmonies of #6EFF31
Complementary color
Monochromatic Colors of #6EFF31
Black with #6EFF31
Text Example
Text Example
White with #6EFF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFF31; }
p { color: rgb(110,255,49); }
H1.HeaderClassName
{
color: #6EFF31;
}
.AnyTagClassName
{
color: #6EFF31;
}
</style>
background-color css
<style>
a { background-color: #6EFF31; }
a { background-color: rgb(110,255,49); }
div.DivClassName
{
background-color: #6EFF31;
}
.BgClassName
{
background-color: #6EFF31;
}
</style>
border-color css
<style>
span { border-color: #6EFF31; }
span { border-color: rgb(110,255,49); }
td.TdClassName
{
border-color: #6EFF31;
}
.TagClassName
{
border-color: #6EFF31;
}
</style>