Shades of Bright Green #6CF218
Tints of Bright Green #6CF218
RGB
CMYK
RGB Variations
Color information
#6CF218 (or 0x6CF218) is known color: Bright Green. HEX triplet: 6C, F2 and 18. RGB value is (108,242,24). Sum of RGB (Red+Green+Blue) = 108+242+24=374 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.88% from 374); Green value is 242 (94.92% from 255 or 64.71% from 374); Blue value is 24 (9.77% from 255 or 6.42% from 374); Max value from RGB is 242 - color contains mainly: green. Hex color #6CF218 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6CF218 is #930DE7. Grayscale: #B1B1B1. Windows color (decimal): -9637352 or 1634924. OLE color: 1634924.
HSL color Cylindrical-coordinate representation of color #6CF218: hue angle of 96.88º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6CF218 is Cyan = 0.55, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 242 | 24 | - |
| CMYK | 0.55 | 0 | 0.90 | 0.05 |
| HSL | 96.88º | 0.89% | 0.52% | - |
| HSV(B) | 96.88º | 0.9% | 0.95% | - |
| XYZ | 38.1 | 66.76 | 11.74 | - |
| YUV | 177.08 | 41.61 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 242 | 24 | 0.55 | 0 | 0.90 | 0.05 | 96.88 | 0.89 | 0.52 |
| Hex | 6C | F2 | 18 | 37 | 0 | 5A | 5 | 61 | 59 | 34 |
| Octal | 154 | 362 | 30 | 67 | 0 | 132 | 5 | 141 | 131 | 64 |
| Binary | 1101100 | 11110010 | 11000 | 110111 | 0 | 1011010 | 101 | 1100001 | 1011001 | 110100 |
Color Harmonies of #6CF218
Complementary color
Monochromatic Colors of #6CF218
Black with #6CF218
Text Example
Text Example
White with #6CF218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF218; }
p { color: rgb(108,242,24); }
H1.HeaderClassName
{
color: #6CF218;
}
.AnyTagClassName
{
color: #6CF218;
}
</style>
background-color css
<style>
a { background-color: #6CF218; }
a { background-color: rgb(108,242,24); }
div.DivClassName
{
background-color: #6CF218;
}
.BgClassName
{
background-color: #6CF218;
}
</style>
border-color css
<style>
span { border-color: #6CF218; }
span { border-color: rgb(108,242,24); }
td.TdClassName
{
border-color: #6CF218;
}
.TagClassName
{
border-color: #6CF218;
}
</style>