Shades of Bright Green #6FF214
Tints of Bright Green #6FF214
RGB
CMYK
RGB Variations
Color information
#6FF214 (or 0x6FF214) is known color: Bright Green. HEX triplet: 6F, F2 and 14. RGB value is (111,242,20). Sum of RGB (Red+Green+Blue) = 111+242+20=373 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.76% from 373); Green value is 242 (94.92% from 255 or 64.88% from 373); Blue value is 20 (8.20% from 255 or 5.36% from 373); Max value from RGB is 242 - color contains mainly: green. Hex color #6FF214 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6FF214 is #900DEB. Grayscale: #B2B2B2. Windows color (decimal): -9440748 or 1372783. OLE color: 1372783.
HSL color Cylindrical-coordinate representation of color #6FF214: hue angle of 95.41º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6FF214 is Cyan = 0.54, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 111 | 242 | 20 | - |
| CMYK | 0.54 | 0 | 0.92 | 0.05 |
| HSL | 95.41º | 0.9% | 0.51% | - |
| HSV(B) | 95.41º | 0.92% | 0.95% | - |
| XYZ | 38.43 | 66.93 | 11.56 | - |
| YUV | 177.52 | 39.1 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 242 | 20 | 0.54 | 0 | 0.92 | 0.05 | 95.41 | 0.9 | 0.51 |
| Hex | 6F | F2 | 14 | 36 | 0 | 5C | 5 | 5F | 5A | 33 |
| Octal | 157 | 362 | 24 | 66 | 0 | 134 | 5 | 137 | 132 | 63 |
| Binary | 1101111 | 11110010 | 10100 | 110110 | 0 | 1011100 | 101 | 1011111 | 1011010 | 110011 |
Color Harmonies of #6FF214
Complementary color
Monochromatic Colors of #6FF214
Black with #6FF214
Text Example
Text Example
White with #6FF214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF214; }
p { color: rgb(111,242,20); }
H1.HeaderClassName
{
color: #6FF214;
}
.AnyTagClassName
{
color: #6FF214;
}
</style>
background-color css
<style>
a { background-color: #6FF214; }
a { background-color: rgb(111,242,20); }
div.DivClassName
{
background-color: #6FF214;
}
.BgClassName
{
background-color: #6FF214;
}
</style>
border-color css
<style>
span { border-color: #6FF214; }
span { border-color: rgb(111,242,20); }
td.TdClassName
{
border-color: #6FF214;
}
.TagClassName
{
border-color: #6FF214;
}
</style>