Shades of Bright Green #6FFB14
Tints of Bright Green #6FFB14
RGB
CMYK
RGB Variations
Color information
#6FFB14 (or 0x6FFB14) is known color: Bright Green. HEX triplet: 6F, FB and 14. RGB value is (111,251,20). Sum of RGB (Red+Green+Blue) = 111+251+20=382 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.06% from 382); Green value is 251 (98.44% from 255 or 65.71% from 382); Blue value is 20 (8.20% from 255 or 5.24% from 382); Max value from RGB is 251 - color contains mainly: green. Hex color #6FFB14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6FFB14 is #9004EB. Grayscale: #B7B7B7. Windows color (decimal): -9438444 or 1375087. OLE color: 1375087.
HSL color Cylindrical-coordinate representation of color #6FFB14: hue angle of 96.36º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6FFB14 is Cyan = 0.56, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 251 | 20 | - |
| CMYK | 0.56 | 0 | 0.92 | 0.02 |
| HSL | 96.36º | 0.97% | 0.53% | - |
| HSV(B) | 96.36º | 0.92% | 0.98% | - |
| XYZ | 41.18 | 72.42 | 12.47 | - |
| YUV | 182.81 | 36.12 | 76.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 251 | 20 | 0.56 | 0 | 0.92 | 0.02 | 96.36 | 0.97 | 0.53 |
| Hex | 6F | FB | 14 | 38 | 0 | 5C | 2 | 60 | 61 | 35 |
| Octal | 157 | 373 | 24 | 70 | 0 | 134 | 2 | 140 | 141 | 65 |
| Binary | 1101111 | 11111011 | 10100 | 111000 | 0 | 1011100 | 10 | 1100000 | 1100001 | 110101 |
Color Harmonies of #6FFB14
Complementary color
Monochromatic Colors of #6FFB14
Black with #6FFB14
Text Example
Text Example
White with #6FFB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFB14; }
p { color: rgb(111,251,20); }
H1.HeaderClassName
{
color: #6FFB14;
}
.AnyTagClassName
{
color: #6FFB14;
}
</style>
background-color css
<style>
a { background-color: #6FFB14; }
a { background-color: rgb(111,251,20); }
div.DivClassName
{
background-color: #6FFB14;
}
.BgClassName
{
background-color: #6FFB14;
}
</style>
border-color css
<style>
span { border-color: #6FFB14; }
span { border-color: rgb(111,251,20); }
td.TdClassName
{
border-color: #6FFB14;
}
.TagClassName
{
border-color: #6FFB14;
}
</style>