Shades of Bright Green #6CEC1F
Tints of Bright Green #6CEC1F
RGB
CMYK
RGB Variations
Color information
#6CEC1F (or 0x6CEC1F) is known color: Bright Green. HEX triplet: 6C, EC and 1F. RGB value is (108,236,31). Sum of RGB (Red+Green+Blue) = 108+236+31=375 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.8% from 375); Green value is 236 (92.58% from 255 or 62.93% from 375); Blue value is 31 (12.5% from 255 or 8.27% from 375); Max value from RGB is 236 - color contains mainly: green. Hex color #6CEC1F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6CEC1F is #9313E0. Grayscale: #AFAFAF. Windows color (decimal): -9638881 or 2092140. OLE color: 2092140.
HSL color Cylindrical-coordinate representation of color #6CEC1F: hue angle of 97.46º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6CEC1F is Cyan = 0.54, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 236 | 31 | - |
| CMYK | 0.54 | 0 | 0.87 | 0.07 |
| HSL | 97.46º | 0.84% | 0.52% | - |
| HSV(B) | 97.46º | 0.87% | 0.93% | - |
| XYZ | 36.43 | 63.28 | 11.59 | - |
| YUV | 174.36 | 47.09 | 80.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 236 | 31 | 0.54 | 0 | 0.87 | 0.07 | 97.46 | 0.84 | 0.52 |
| Hex | 6C | EC | 1F | 36 | 0 | 57 | 7 | 61 | 54 | 34 |
| Octal | 154 | 354 | 37 | 66 | 0 | 127 | 7 | 141 | 124 | 64 |
| Binary | 1101100 | 11101100 | 11111 | 110110 | 0 | 1010111 | 111 | 1100001 | 1010100 | 110100 |
Color Harmonies of #6CEC1F
Complementary color
Monochromatic Colors of #6CEC1F
Black with #6CEC1F
Text Example
Text Example
White with #6CEC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CEC1F; }
p { color: rgb(108,236,31); }
H1.HeaderClassName
{
color: #6CEC1F;
}
.AnyTagClassName
{
color: #6CEC1F;
}
</style>
background-color css
<style>
a { background-color: #6CEC1F; }
a { background-color: rgb(108,236,31); }
div.DivClassName
{
background-color: #6CEC1F;
}
.BgClassName
{
background-color: #6CEC1F;
}
</style>
border-color css
<style>
span { border-color: #6CEC1F; }
span { border-color: rgb(108,236,31); }
td.TdClassName
{
border-color: #6CEC1F;
}
.TagClassName
{
border-color: #6CEC1F;
}
</style>