Shades of Bright Green #6FFC14
Tints of Bright Green #6FFC14
RGB
CMYK
RGB Variations
Color information
#6FFC14 (or 0x6FFC14) is known color: Bright Green. HEX triplet: 6F, FC and 14. RGB value is (111,252,20). Sum of RGB (Red+Green+Blue) = 111+252+20=383 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.98% from 383); Green value is 252 (98.83% from 255 or 65.80% from 383); Blue value is 20 (8.20% from 255 or 5.22% from 383); Max value from RGB is 252 - color contains mainly: green. Hex color #6FFC14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6FFC14 is #9003EB. Grayscale: #B8B8B8. Windows color (decimal): -9438188 or 1375343. OLE color: 1375343.
HSL color Cylindrical-coordinate representation of color #6FFC14: hue angle of 96.47º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6FFC14 is Cyan = 0.56, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 252 | 20 | - |
| CMYK | 0.56 | 0 | 0.92 | 0.01 |
| HSL | 96.47º | 0.97% | 0.53% | - |
| HSV(B) | 96.47º | 0.92% | 0.99% | - |
| XYZ | 41.49 | 73.05 | 12.58 | - |
| YUV | 183.39 | 35.79 | 76.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 252 | 20 | 0.56 | 0 | 0.92 | 0.01 | 96.47 | 0.97 | 0.53 |
| Hex | 6F | FC | 14 | 38 | 0 | 5C | 1 | 60 | 61 | 35 |
| Octal | 157 | 374 | 24 | 70 | 0 | 134 | 1 | 140 | 141 | 65 |
| Binary | 1101111 | 11111100 | 10100 | 111000 | 0 | 1011100 | 1 | 1100000 | 1100001 | 110101 |
Color Harmonies of #6FFC14
Complementary color
Monochromatic Colors of #6FFC14
Black with #6FFC14
Text Example
Text Example
White with #6FFC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FFC14; }
p { color: rgb(111,252,20); }
H1.HeaderClassName
{
color: #6FFC14;
}
.AnyTagClassName
{
color: #6FFC14;
}
</style>
background-color css
<style>
a { background-color: #6FFC14; }
a { background-color: rgb(111,252,20); }
div.DivClassName
{
background-color: #6FFC14;
}
.BgClassName
{
background-color: #6FFC14;
}
</style>
border-color css
<style>
span { border-color: #6FFC14; }
span { border-color: rgb(111,252,20); }
td.TdClassName
{
border-color: #6FFC14;
}
.TagClassName
{
border-color: #6FFC14;
}
</style>