Shades of Bright Green #6CF120
Tints of Bright Green #6CF120
RGB
CMYK
RGB Variations
Color information
#6CF120 (or 0x6CF120) is known color: Bright Green. HEX triplet: 6C, F1 and 20. RGB value is (108,241,32). Sum of RGB (Red+Green+Blue) = 108+241+32=381 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.35% from 381); Green value is 241 (94.53% from 255 or 63.25% from 381); Blue value is 32 (12.89% from 255 or 8.40% from 381); Max value from RGB is 241 - color contains mainly: green. Hex color #6CF120 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6CF120 is #930EDF. Grayscale: #B2B2B2. Windows color (decimal): -9637600 or 2158956. OLE color: 2158956.
HSL color Cylindrical-coordinate representation of color #6CF120: hue angle of 98.18º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6CF120 is Cyan = 0.55, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 241 | 32 | - |
| CMYK | 0.55 | 0 | 0.87 | 0.05 |
| HSL | 98.18º | 0.88% | 0.54% | - |
| HSV(B) | 98.18º | 0.87% | 0.95% | - |
| XYZ | 37.9 | 66.2 | 12.15 | - |
| YUV | 177.41 | 45.94 | 78.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 241 | 32 | 0.55 | 0 | 0.87 | 0.05 | 98.18 | 0.88 | 0.54 |
| Hex | 6C | F1 | 20 | 37 | 0 | 57 | 5 | 62 | 58 | 36 |
| Octal | 154 | 361 | 40 | 67 | 0 | 127 | 5 | 142 | 130 | 66 |
| Binary | 1101100 | 11110001 | 100000 | 110111 | 0 | 1010111 | 101 | 1100010 | 1011000 | 110110 |
Color Harmonies of #6CF120
Complementary color
Monochromatic Colors of #6CF120
Black with #6CF120
Text Example
Text Example
White with #6CF120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF120; }
p { color: rgb(108,241,32); }
H1.HeaderClassName
{
color: #6CF120;
}
.AnyTagClassName
{
color: #6CF120;
}
</style>
background-color css
<style>
a { background-color: #6CF120; }
a { background-color: rgb(108,241,32); }
div.DivClassName
{
background-color: #6CF120;
}
.BgClassName
{
background-color: #6CF120;
}
</style>
border-color css
<style>
span { border-color: #6CF120; }
span { border-color: rgb(108,241,32); }
td.TdClassName
{
border-color: #6CF120;
}
.TagClassName
{
border-color: #6CF120;
}
</style>