Shades of Bright Green #6EFF1F
Tints of Bright Green #6EFF1F
RGB
CMYK
RGB Variations
Color information
#6EFF1F (or 0x6EFF1F) is known color: Bright Green. HEX triplet: 6E, FF and 1F. RGB value is (110,255,31). Sum of RGB (Red+Green+Blue) = 110+255+31=396 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.78% from 396); Green value is 255 (100% from 255 or 64.39% from 396); Blue value is 31 (12.5% from 255 or 7.83% from 396); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFF1F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6EFF1F is #9100E0. Grayscale: #BABABA. Windows color (decimal): -9502945 or 2097006. OLE color: 2097006.
HSL color Cylindrical-coordinate representation of color #6EFF1F: hue angle of 98.84º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6EFF1F is Cyan = 0.57, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 255 | 31 | - |
| CMYK | 0.57 | 0 | 0.88 | 0 |
| HSL | 98.84º | 1% | 0.56% | - |
| HSV(B) | 98.84º | 0.88% | 1% | - |
| XYZ | 42.44 | 74.93 | 13.52 | - |
| YUV | 186.11 | 40.46 | 73.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 255 | 31 | 0.57 | 0 | 0.88 | 0 | 98.84 | 1 | 0.56 |
| Hex | 6E | FF | 1F | 39 | 0 | 58 | 0 | 63 | 64 | 38 |
| Octal | 156 | 377 | 37 | 71 | 0 | 130 | 0 | 143 | 144 | 70 |
| Binary | 1101110 | 11111111 | 11111 | 111001 | 0 | 1011000 | 0 | 1100011 | 1100100 | 111000 |
Color Harmonies of #6EFF1F
Complementary color
Monochromatic Colors of #6EFF1F
Black with #6EFF1F
Text Example
Text Example
White with #6EFF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFF1F; }
p { color: rgb(110,255,31); }
H1.HeaderClassName
{
color: #6EFF1F;
}
.AnyTagClassName
{
color: #6EFF1F;
}
</style>
background-color css
<style>
a { background-color: #6EFF1F; }
a { background-color: rgb(110,255,31); }
div.DivClassName
{
background-color: #6EFF1F;
}
.BgClassName
{
background-color: #6EFF1F;
}
</style>
border-color css
<style>
span { border-color: #6EFF1F; }
span { border-color: rgb(110,255,31); }
td.TdClassName
{
border-color: #6EFF1F;
}
.TagClassName
{
border-color: #6EFF1F;
}
</style>