Shades of Bright Green #6FE12C
Tints of Bright Green #6FE12C
RGB
CMYK
RGB Variations
Color information
#6FE12C (or 0x6FE12C) is known color: Bright Green. HEX triplet: 6F, E1 and 2C. RGB value is (111,225,44). Sum of RGB (Red+Green+Blue) = 111+225+44=380 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.21% from 380); Green value is 225 (88.28% from 255 or 59.21% from 380); Blue value is 44 (17.58% from 255 or 11.58% from 380); Max value from RGB is 225 - color contains mainly: green. Hex color #6FE12C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FE12C is #901ED3. Grayscale: #AAAAAA. Windows color (decimal): -9445076 or 2941295. OLE color: 2941295.
HSL color Cylindrical-coordinate representation of color #6FE12C: hue angle of 97.79º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6FE12C is Cyan = 0.51, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 111 | 225 | 44 | - |
| CMYK | 0.51 | 0 | 0.80 | 0.12 |
| HSL | 97.79º | 0.75% | 0.53% | - |
| HSV(B) | 97.79º | 0.8% | 0.88% | - |
| XYZ | 33.94 | 57.41 | 11.68 | - |
| YUV | 170.28 | 56.73 | 85.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 225 | 44 | 0.51 | 0 | 0.80 | 0.12 | 97.79 | 0.75 | 0.53 |
| Hex | 6F | E1 | 2C | 33 | 0 | 50 | C | 62 | 4B | 35 |
| Octal | 157 | 341 | 54 | 63 | 0 | 120 | 14 | 142 | 113 | 65 |
| Binary | 1101111 | 11100001 | 101100 | 110011 | 0 | 1010000 | 1100 | 1100010 | 1001011 | 110101 |
Color Harmonies of #6FE12C
Complementary color
Monochromatic Colors of #6FE12C
Black with #6FE12C
Text Example
Text Example
White with #6FE12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE12C; }
p { color: rgb(111,225,44); }
H1.HeaderClassName
{
color: #6FE12C;
}
.AnyTagClassName
{
color: #6FE12C;
}
</style>
background-color css
<style>
a { background-color: #6FE12C; }
a { background-color: rgb(111,225,44); }
div.DivClassName
{
background-color: #6FE12C;
}
.BgClassName
{
background-color: #6FE12C;
}
</style>
border-color css
<style>
span { border-color: #6FE12C; }
span { border-color: rgb(111,225,44); }
td.TdClassName
{
border-color: #6FE12C;
}
.TagClassName
{
border-color: #6FE12C;
}
</style>