Shades of Bright Green #6CE016
Tints of Bright Green #6CE016
RGB
CMYK
RGB Variations
Color information
#6CE016 (or 0x6CE016) is known color: Bright Green. HEX triplet: 6C, E0 and 16. RGB value is (108,224,22). Sum of RGB (Red+Green+Blue) = 108+224+22=354 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.51% from 354); Green value is 224 (87.89% from 255 or 63.28% from 354); Blue value is 22 (8.98% from 255 or 6.21% from 354); Max value from RGB is 224 - color contains mainly: green. Hex color #6CE016 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CE016 is #931FE9. Grayscale: #A6A6A6. Windows color (decimal): -9641962 or 1499244. OLE color: 1499244.
HSL color Cylindrical-coordinate representation of color #6CE016: hue angle of 94.46º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6CE016 is Cyan = 0.52, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 108 | 224 | 22 | - |
| CMYK | 0.52 | 0 | 0.90 | 0.12 |
| HSL | 94.46º | 0.82% | 0.48% | - |
| HSV(B) | 94.46º | 0.9% | 0.88% | - |
| XYZ | 32.98 | 56.56 | 9.94 | - |
| YUV | 166.29 | 46.57 | 86.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 224 | 22 | 0.52 | 0 | 0.90 | 0.12 | 94.46 | 0.82 | 0.48 |
| Hex | 6C | E0 | 16 | 34 | 0 | 5A | C | 5E | 52 | 30 |
| Octal | 154 | 340 | 26 | 64 | 0 | 132 | 14 | 136 | 122 | 60 |
| Binary | 1101100 | 11100000 | 10110 | 110100 | 0 | 1011010 | 1100 | 1011110 | 1010010 | 110000 |
Color Harmonies of #6CE016
Complementary color
Monochromatic Colors of #6CE016
Black with #6CE016
Text Example
Text Example
White with #6CE016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE016; }
p { color: rgb(108,224,22); }
H1.HeaderClassName
{
color: #6CE016;
}
.AnyTagClassName
{
color: #6CE016;
}
</style>
background-color css
<style>
a { background-color: #6CE016; }
a { background-color: rgb(108,224,22); }
div.DivClassName
{
background-color: #6CE016;
}
.BgClassName
{
background-color: #6CE016;
}
</style>
border-color css
<style>
span { border-color: #6CE016; }
span { border-color: rgb(108,224,22); }
td.TdClassName
{
border-color: #6CE016;
}
.TagClassName
{
border-color: #6CE016;
}
</style>