Shades of Bright Green #6CF124
Tints of Bright Green #6CF124
RGB
CMYK
RGB Variations
Color information
#6CF124 (or 0x6CF124) is known color: Bright Green. HEX triplet: 6C, F1 and 24. RGB value is (108,241,36). Sum of RGB (Red+Green+Blue) = 108+241+36=385 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.05% from 385); Green value is 241 (94.53% from 255 or 62.60% from 385); Blue value is 36 (14.45% from 255 or 9.35% from 385); Max value from RGB is 241 - color contains mainly: green. Hex color #6CF124 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6CF124 is #930EDB. Grayscale: #B2B2B2. Windows color (decimal): -9637596 or 2421100. OLE color: 2421100.
HSL color Cylindrical-coordinate representation of color #6CF124: hue angle of 98.93º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6CF124 is Cyan = 0.55, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 241 | 36 | - |
| CMYK | 0.55 | 0 | 0.85 | 0.05 |
| HSL | 98.93º | 0.88% | 0.54% | - |
| HSV(B) | 98.93º | 0.85% | 0.95% | - |
| XYZ | 37.96 | 66.23 | 12.45 | - |
| YUV | 177.86 | 47.94 | 78.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 241 | 36 | 0.55 | 0 | 0.85 | 0.05 | 98.93 | 0.88 | 0.54 |
| Hex | 6C | F1 | 24 | 37 | 0 | 55 | 5 | 63 | 58 | 36 |
| Octal | 154 | 361 | 44 | 67 | 0 | 125 | 5 | 143 | 130 | 66 |
| Binary | 1101100 | 11110001 | 100100 | 110111 | 0 | 1010101 | 101 | 1100011 | 1011000 | 110110 |
Color Harmonies of #6CF124
Complementary color
Monochromatic Colors of #6CF124
Black with #6CF124
Text Example
Text Example
White with #6CF124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF124; }
p { color: rgb(108,241,36); }
H1.HeaderClassName
{
color: #6CF124;
}
.AnyTagClassName
{
color: #6CF124;
}
</style>
background-color css
<style>
a { background-color: #6CF124; }
a { background-color: rgb(108,241,36); }
div.DivClassName
{
background-color: #6CF124;
}
.BgClassName
{
background-color: #6CF124;
}
</style>
border-color css
<style>
span { border-color: #6CF124; }
span { border-color: rgb(108,241,36); }
td.TdClassName
{
border-color: #6CF124;
}
.TagClassName
{
border-color: #6CF124;
}
</style>