Shades of Bright Green #6FFD14
Tints of Bright Green #6FFD14
RGB
CMYK
RGB Variations
Color information
#6FFD14 (or 0x6FFD14) is known color: Bright Green. HEX triplet: 6F, FD and 14. RGB value is (111,253,20). Sum of RGB (Red+Green+Blue) = 111+253+20=384 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.91% from 384); Green value is 253 (99.22% from 255 or 65.89% from 384); Blue value is 20 (8.20% from 255 or 5.21% from 384); Max value from RGB is 253 - color contains mainly: green. Hex color #6FFD14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6FFD14 is #9002EB. Grayscale: #B8B8B8. Windows color (decimal): -9437932 or 1375599. OLE color: 1375599.
HSL color Cylindrical-coordinate representation of color #6FFD14: hue angle of 96.57º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6FFD14 is Cyan = 0.56, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 253 | 20 | - |
| CMYK | 0.56 | 0 | 0.92 | 0.01 |
| HSL | 96.57º | 0.98% | 0.54% | - |
| HSV(B) | 96.57º | 0.92% | 0.99% | - |
| XYZ | 41.81 | 73.68 | 12.68 | - |
| YUV | 183.98 | 35.46 | 75.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 253 | 20 | 0.56 | 0 | 0.92 | 0.01 | 96.57 | 0.98 | 0.54 |
| Hex | 6F | FD | 14 | 38 | 0 | 5C | 1 | 61 | 62 | 36 |
| Octal | 157 | 375 | 24 | 70 | 0 | 134 | 1 | 141 | 142 | 66 |
| Binary | 1101111 | 11111101 | 10100 | 111000 | 0 | 1011100 | 1 | 1100001 | 1100010 | 110110 |
Color Harmonies of #6FFD14
Complementary color
Monochromatic Colors of #6FFD14
Black with #6FFD14
Text Example
Text Example
White with #6FFD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFD14; }
p { color: rgb(111,253,20); }
H1.HeaderClassName
{
color: #6FFD14;
}
.AnyTagClassName
{
color: #6FFD14;
}
</style>
background-color css
<style>
a { background-color: #6FFD14; }
a { background-color: rgb(111,253,20); }
div.DivClassName
{
background-color: #6FFD14;
}
.BgClassName
{
background-color: #6FFD14;
}
</style>
border-color css
<style>
span { border-color: #6FFD14; }
span { border-color: rgb(111,253,20); }
td.TdClassName
{
border-color: #6FFD14;
}
.TagClassName
{
border-color: #6FFD14;
}
</style>