Shades of Bright Green #6CF200
Tints of Bright Green #6CF200
RGB
CMYK
RGB Variations
Color information
#6CF200 (or 0x6CF200) is known color: Bright Green. HEX triplet: 6C, F2 and 00. RGB value is (108,242,0). Sum of RGB (Red+Green+Blue) = 108+242+0=350 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.86% from 350); Green value is 242 (94.92% from 255 or 69.14% from 350); Blue value is 0 (0.39% from 255 or 0% from 350); Max value from RGB is 242 - color contains mainly: green. Hex color #6CF200 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6CF200 is #930DFF. Grayscale: #AFAFAF. Windows color (decimal): -9637376 or 62060. OLE color: 62060.
HSL color Cylindrical-coordinate representation of color #6CF200: hue angle of 93.22º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6CF200 is Cyan = 0.55, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 242 | 0 | - |
| CMYK | 0.55 | 0 | 1 | 0.05 |
| HSL | 93.22º | 1% | 0.47% | - |
| HSV(B) | 93.22º | 1% | 0.95% | - |
| XYZ | 37.94 | 66.69 | 10.87 | - |
| YUV | 174.35 | 29.61 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 242 | 0 | 0.55 | 0 | 1 | 0.05 | 93.22 | 1 | 0.47 |
| Hex | 6C | F2 | 0 | 37 | 0 | 64 | 5 | 5D | 64 | 2F |
| Octal | 154 | 362 | 0 | 67 | 0 | 144 | 5 | 135 | 144 | 57 |
| Binary | 1101100 | 11110010 | 0 | 110111 | 0 | 1100100 | 101 | 1011101 | 1100100 | 101111 |
Color Harmonies of #6CF200
Complementary color
Monochromatic Colors of #6CF200
Black with #6CF200
Text Example
Text Example
White with #6CF200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF200; }
p { color: rgb(108,242,0); }
H1.HeaderClassName
{
color: #6CF200;
}
.AnyTagClassName
{
color: #6CF200;
}
</style>
background-color css
<style>
a { background-color: #6CF200; }
a { background-color: rgb(108,242,0); }
div.DivClassName
{
background-color: #6CF200;
}
.BgClassName
{
background-color: #6CF200;
}
</style>
border-color css
<style>
span { border-color: #6CF200; }
span { border-color: rgb(108,242,0); }
td.TdClassName
{
border-color: #6CF200;
}
.TagClassName
{
border-color: #6CF200;
}
</style>