Shades of Bright Green #6CF001
Tints of Bright Green #6CF001
RGB
CMYK
RGB Variations
Color information
#6CF001 (or 0x6CF001) is known color: Bright Green. HEX triplet: 6C, F0 and 01. RGB value is (108,240,1). Sum of RGB (Red+Green+Blue) = 108+240+1=349 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.95% from 349); Green value is 240 (94.14% from 255 or 68.77% from 349); Blue value is 1 (0.78% from 255 or 0.29% from 349); Max value from RGB is 240 - color contains mainly: green. Hex color #6CF001 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6CF001 is #930FFE. Grayscale: #AEAEAE. Windows color (decimal): -9637887 or 127084. OLE color: 127084.
HSL color Cylindrical-coordinate representation of color #6CF001: hue angle of 93.14º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6CF001 is Cyan = 0.55, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 240 | 1 | - |
| CMYK | 0.55 | 0 | 1.00 | 0.06 |
| HSL | 93.14º | 0.99% | 0.47% | - |
| HSV(B) | 93.14º | 1% | 0.94% | - |
| XYZ | 37.35 | 65.51 | 10.7 | - |
| YUV | 173.29 | 30.77 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 240 | 1 | 0.55 | 0 | 1.00 | 0.06 | 93.14 | 0.99 | 0.47 |
| Hex | 6C | F0 | 1 | 37 | 0 | 64 | 6 | 5D | 63 | 2F |
| Octal | 154 | 360 | 1 | 67 | 0 | 144 | 6 | 135 | 143 | 57 |
| Binary | 1101100 | 11110000 | 1 | 110111 | 0 | 1100100 | 110 | 1011101 | 1100011 | 101111 |
Color Harmonies of #6CF001
Complementary color
Monochromatic Colors of #6CF001
Black with #6CF001
Text Example
Text Example
White with #6CF001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF001; }
p { color: rgb(108,240,1); }
H1.HeaderClassName
{
color: #6CF001;
}
.AnyTagClassName
{
color: #6CF001;
}
</style>
background-color css
<style>
a { background-color: #6CF001; }
a { background-color: rgb(108,240,1); }
div.DivClassName
{
background-color: #6CF001;
}
.BgClassName
{
background-color: #6CF001;
}
</style>
border-color css
<style>
span { border-color: #6CF001; }
span { border-color: rgb(108,240,1); }
td.TdClassName
{
border-color: #6CF001;
}
.TagClassName
{
border-color: #6CF001;
}
</style>