Shades of Bright Green #6CF020
Tints of Bright Green #6CF020
RGB
CMYK
RGB Variations
Color information
#6CF020 (or 0x6CF020) is known color: Bright Green. HEX triplet: 6C, F0 and 20. RGB value is (108,240,32). Sum of RGB (Red+Green+Blue) = 108+240+32=380 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.42% from 380); Green value is 240 (94.14% from 255 or 63.16% from 380); Blue value is 32 (12.89% from 255 or 8.42% from 380); Max value from RGB is 240 - color contains mainly: green. Hex color #6CF020 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6CF020 is #930FDF. Grayscale: #B1B1B1. Windows color (decimal): -9637856 or 2158700. OLE color: 2158700.
HSL color Cylindrical-coordinate representation of color #6CF020: hue angle of 98.08º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6CF020 is Cyan = 0.55, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 108 | 240 | 32 | - |
| CMYK | 0.55 | 0 | 0.87 | 0.06 |
| HSL | 98.08º | 0.87% | 0.53% | - |
| HSV(B) | 98.08º | 0.87% | 0.94% | - |
| XYZ | 37.61 | 65.61 | 12.05 | - |
| YUV | 176.82 | 46.27 | 78.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 240 | 32 | 0.55 | 0 | 0.87 | 0.06 | 98.08 | 0.87 | 0.53 |
| Hex | 6C | F0 | 20 | 37 | 0 | 57 | 6 | 62 | 57 | 35 |
| Octal | 154 | 360 | 40 | 67 | 0 | 127 | 6 | 142 | 127 | 65 |
| Binary | 1101100 | 11110000 | 100000 | 110111 | 0 | 1010111 | 110 | 1100010 | 1010111 | 110101 |
Color Harmonies of #6CF020
Complementary color
Monochromatic Colors of #6CF020
Black with #6CF020
Text Example
Text Example
White with #6CF020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF020; }
p { color: rgb(108,240,32); }
H1.HeaderClassName
{
color: #6CF020;
}
.AnyTagClassName
{
color: #6CF020;
}
</style>
background-color css
<style>
a { background-color: #6CF020; }
a { background-color: rgb(108,240,32); }
div.DivClassName
{
background-color: #6CF020;
}
.BgClassName
{
background-color: #6CF020;
}
</style>
border-color css
<style>
span { border-color: #6CF020; }
span { border-color: rgb(108,240,32); }
td.TdClassName
{
border-color: #6CF020;
}
.TagClassName
{
border-color: #6CF020;
}
</style>