Shades of Bright Green #6DFC01
Tints of Bright Green #6DFC01
RGB
CMYK
RGB Variations
Color information
#6DFC01 (or 0x6DFC01) is known color: Bright Green. HEX triplet: 6D, FC and 01. RGB value is (109,252,1). Sum of RGB (Red+Green+Blue) = 109+252+1=362 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.11% from 362); Green value is 252 (98.83% from 255 or 69.61% from 362); Blue value is 1 (0.78% from 255 or 0.28% from 362); Max value from RGB is 252 - color contains mainly: green. Hex color #6DFC01 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6DFC01 is #9203FE. Grayscale: #B5B5B5. Windows color (decimal): -9569279 or 130157. OLE color: 130157.
HSL color Cylindrical-coordinate representation of color #6DFC01: hue angle of 94.18º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6DFC01 is Cyan = 0.57, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 252 | 1 | - |
| CMYK | 0.57 | 0 | 1.00 | 0.01 |
| HSL | 94.18º | 0.99% | 0.5% | - |
| HSV(B) | 94.18º | 1% | 0.99% | - |
| XYZ | 41.12 | 72.87 | 11.93 | - |
| YUV | 180.63 | 26.62 | 76.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 252 | 1 | 0.57 | 0 | 1.00 | 0.01 | 94.18 | 0.99 | 0.5 |
| Hex | 6D | FC | 1 | 39 | 0 | 64 | 1 | 5E | 63 | 32 |
| Octal | 155 | 374 | 1 | 71 | 0 | 144 | 1 | 136 | 143 | 62 |
| Binary | 1101101 | 11111100 | 1 | 111001 | 0 | 1100100 | 1 | 1011110 | 1100011 | 110010 |
Color Harmonies of #6DFC01
Complementary color
Monochromatic Colors of #6DFC01
Black with #6DFC01
Text Example
Text Example
White with #6DFC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFC01; }
p { color: rgb(109,252,1); }
H1.HeaderClassName
{
color: #6DFC01;
}
.AnyTagClassName
{
color: #6DFC01;
}
</style>
background-color css
<style>
a { background-color: #6DFC01; }
a { background-color: rgb(109,252,1); }
div.DivClassName
{
background-color: #6DFC01;
}
.BgClassName
{
background-color: #6DFC01;
}
</style>
border-color css
<style>
span { border-color: #6DFC01; }
span { border-color: rgb(109,252,1); }
td.TdClassName
{
border-color: #6DFC01;
}
.TagClassName
{
border-color: #6DFC01;
}
</style>