Shades of Bright Green #6CF701
Tints of Bright Green #6CF701
RGB
CMYK
RGB Variations
Color information
#6CF701 (or 0x6CF701) is known color: Bright Green. HEX triplet: 6C, F7 and 01. RGB value is (108,247,1). Sum of RGB (Red+Green+Blue) = 108+247+1=356 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.34% from 356); Green value is 247 (96.88% from 255 or 69.38% from 356); Blue value is 1 (0.78% from 255 or 0.28% from 356); Max value from RGB is 247 - color contains mainly: green. Hex color #6CF701 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6CF701 is #9308FE. Grayscale: #B2B2B2. Windows color (decimal): -9636095 or 128876. OLE color: 128876.
HSL color Cylindrical-coordinate representation of color #6CF701: hue angle of 93.9º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6CF701 is Cyan = 0.56, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 108 | 247 | 1 | - |
| CMYK | 0.56 | 0 | 1.00 | 0.03 |
| HSL | 93.9º | 0.99% | 0.49% | - |
| HSV(B) | 93.9º | 1% | 0.97% | - |
| XYZ | 39.45 | 69.71 | 11.41 | - |
| YUV | 177.4 | 28.45 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 247 | 1 | 0.56 | 0 | 1.00 | 0.03 | 93.9 | 0.99 | 0.49 |
| Hex | 6C | F7 | 1 | 38 | 0 | 64 | 3 | 5E | 63 | 31 |
| Octal | 154 | 367 | 1 | 70 | 0 | 144 | 3 | 136 | 143 | 61 |
| Binary | 1101100 | 11110111 | 1 | 111000 | 0 | 1100100 | 11 | 1011110 | 1100011 | 110001 |
Color Harmonies of #6CF701
Complementary color
Monochromatic Colors of #6CF701
Black with #6CF701
Text Example
Text Example
White with #6CF701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF701; }
p { color: rgb(108,247,1); }
H1.HeaderClassName
{
color: #6CF701;
}
.AnyTagClassName
{
color: #6CF701;
}
</style>
background-color css
<style>
a { background-color: #6CF701; }
a { background-color: rgb(108,247,1); }
div.DivClassName
{
background-color: #6CF701;
}
.BgClassName
{
background-color: #6CF701;
}
</style>
border-color css
<style>
span { border-color: #6CF701; }
span { border-color: rgb(108,247,1); }
td.TdClassName
{
border-color: #6CF701;
}
.TagClassName
{
border-color: #6CF701;
}
</style>