Shades of Bright Green #6EFF32
Tints of Bright Green #6EFF32
RGB
CMYK
RGB Variations
Color information
#6EFF32 (or 0x6EFF32) is known color: Bright Green. HEX triplet: 6E, FF and 32. RGB value is (110,255,50). Sum of RGB (Red+Green+Blue) = 110+255+50=415 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.51% from 415); Green value is 255 (100% from 255 or 61.45% from 415); Blue value is 50 (19.92% from 255 or 12.05% from 415); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFF32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6EFF32 is #9100CD. Grayscale: #BCBCBC. Windows color (decimal): -9502926 or 3342190. OLE color: 3342190.
HSL color Cylindrical-coordinate representation of color #6EFF32: hue angle of 102.44º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6EFF32 is Cyan = 0.57, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 255 | 50 | - |
| CMYK | 0.57 | 0 | 0.80 | 0 |
| HSL | 102.44º | 1% | 0.6% | - |
| HSV(B) | 102.44º | 0.8% | 1% | - |
| XYZ | 42.77 | 75.07 | 15.25 | - |
| YUV | 188.28 | 49.96 | 72.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 255 | 50 | 0.57 | 0 | 0.80 | 0 | 102.44 | 1 | 0.6 |
| Hex | 6E | FF | 32 | 39 | 0 | 50 | 0 | 66 | 64 | 3C |
| Octal | 156 | 377 | 62 | 71 | 0 | 120 | 0 | 146 | 144 | 74 |
| Binary | 1101110 | 11111111 | 110010 | 111001 | 0 | 1010000 | 0 | 1100110 | 1100100 | 111100 |
Color Harmonies of #6EFF32
Complementary color
Monochromatic Colors of #6EFF32
Black with #6EFF32
Text Example
Text Example
White with #6EFF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFF32; }
p { color: rgb(110,255,50); }
H1.HeaderClassName
{
color: #6EFF32;
}
.AnyTagClassName
{
color: #6EFF32;
}
</style>
background-color css
<style>
a { background-color: #6EFF32; }
a { background-color: rgb(110,255,50); }
div.DivClassName
{
background-color: #6EFF32;
}
.BgClassName
{
background-color: #6EFF32;
}
</style>
border-color css
<style>
span { border-color: #6EFF32; }
span { border-color: rgb(110,255,50); }
td.TdClassName
{
border-color: #6EFF32;
}
.TagClassName
{
border-color: #6EFF32;
}
</style>