Shades of Bright Green #6DFC14
Tints of Bright Green #6DFC14
RGB
CMYK
RGB Variations
Color information
#6DFC14 (or 0x6DFC14) is known color: Bright Green. HEX triplet: 6D, FC and 14. RGB value is (109,252,20). Sum of RGB (Red+Green+Blue) = 109+252+20=381 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.61% from 381); Green value is 252 (98.83% from 255 or 66.14% from 381); Blue value is 20 (8.20% from 255 or 5.25% from 381); Max value from RGB is 252 - color contains mainly: green. Hex color #6DFC14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6DFC14 is #9203EB. Grayscale: #B7B7B7. Windows color (decimal): -9569260 or 1375341. OLE color: 1375341.
HSL color Cylindrical-coordinate representation of color #6DFC14: hue angle of 96.98º 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 #6DFC14 is Cyan = 0.57, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 252 | 20 | - |
| CMYK | 0.57 | 0 | 0.92 | 0.01 |
| HSL | 96.98º | 0.97% | 0.53% | - |
| HSV(B) | 96.98º | 0.92% | 0.99% | - |
| XYZ | 41.24 | 72.92 | 12.56 | - |
| YUV | 182.8 | 36.12 | 75.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 252 | 20 | 0.57 | 0 | 0.92 | 0.01 | 96.98 | 0.97 | 0.53 |
| Hex | 6D | FC | 14 | 39 | 0 | 5C | 1 | 61 | 61 | 35 |
| Octal | 155 | 374 | 24 | 71 | 0 | 134 | 1 | 141 | 141 | 65 |
| Binary | 1101101 | 11111100 | 10100 | 111001 | 0 | 1011100 | 1 | 1100001 | 1100001 | 110101 |
Color Harmonies of #6DFC14
Complementary color
Monochromatic Colors of #6DFC14
Black with #6DFC14
Text Example
Text Example
White with #6DFC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFC14; }
p { color: rgb(109,252,20); }
H1.HeaderClassName
{
color: #6DFC14;
}
.AnyTagClassName
{
color: #6DFC14;
}
</style>
background-color css
<style>
a { background-color: #6DFC14; }
a { background-color: rgb(109,252,20); }
div.DivClassName
{
background-color: #6DFC14;
}
.BgClassName
{
background-color: #6DFC14;
}
</style>
border-color css
<style>
span { border-color: #6DFC14; }
span { border-color: rgb(109,252,20); }
td.TdClassName
{
border-color: #6DFC14;
}
.TagClassName
{
border-color: #6DFC14;
}
</style>