Shades of Bright Green #6CF40E
Tints of Bright Green #6CF40E
RGB
CMYK
RGB Variations
Color information
#6CF40E (or 0x6CF40E) is known color: Bright Green. HEX triplet: 6C, F4 and 0E. RGB value is (108,244,14). Sum of RGB (Red+Green+Blue) = 108+244+14=366 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.51% from 366); Green value is 244 (95.70% from 255 or 66.67% from 366); Blue value is 14 (5.86% from 255 or 3.83% from 366); Max value from RGB is 244 - color contains mainly: green. Hex color #6CF40E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6CF40E is #930BF1. Grayscale: #B1B1B1. Windows color (decimal): -9636850 or 980076. OLE color: 980076.
HSL color Cylindrical-coordinate representation of color #6CF40E: hue angle of 95.48º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6CF40E is Cyan = 0.56, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 108 | 244 | 14 | - |
| CMYK | 0.56 | 0 | 0.94 | 0.04 |
| HSL | 95.48º | 0.91% | 0.51% | - |
| HSV(B) | 95.48º | 0.94% | 0.96% | - |
| XYZ | 38.61 | 67.92 | 11.49 | - |
| YUV | 177.12 | 35.94 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 244 | 14 | 0.56 | 0 | 0.94 | 0.04 | 95.48 | 0.91 | 0.51 |
| Hex | 6C | F4 | E | 38 | 0 | 5E | 4 | 5F | 5B | 33 |
| Octal | 154 | 364 | 16 | 70 | 0 | 136 | 4 | 137 | 133 | 63 |
| Binary | 1101100 | 11110100 | 1110 | 111000 | 0 | 1011110 | 100 | 1011111 | 1011011 | 110011 |
Color Harmonies of #6CF40E
Complementary color
Monochromatic Colors of #6CF40E
Black with #6CF40E
Text Example
Text Example
White with #6CF40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF40E; }
p { color: rgb(108,244,14); }
H1.HeaderClassName
{
color: #6CF40E;
}
.AnyTagClassName
{
color: #6CF40E;
}
</style>
background-color css
<style>
a { background-color: #6CF40E; }
a { background-color: rgb(108,244,14); }
div.DivClassName
{
background-color: #6CF40E;
}
.BgClassName
{
background-color: #6CF40E;
}
</style>
border-color css
<style>
span { border-color: #6CF40E; }
span { border-color: rgb(108,244,14); }
td.TdClassName
{
border-color: #6CF40E;
}
.TagClassName
{
border-color: #6CF40E;
}
</style>