Shades of Bright Green #6BEC1C
Tints of Bright Green #6BEC1C
RGB
CMYK
RGB Variations
Color information
#6BEC1C (or 0x6BEC1C) is known color: Bright Green. HEX triplet: 6B, EC and 1C. RGB value is (107,236,28). Sum of RGB (Red+Green+Blue) = 107+236+28=371 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.84% from 371); Green value is 236 (92.58% from 255 or 63.61% from 371); Blue value is 28 (11.33% from 255 or 7.55% from 371); Max value from RGB is 236 - color contains mainly: green. Hex color #6BEC1C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6BEC1C is #9413E3. Grayscale: #AEAEAE. Windows color (decimal): -9704420 or 1895531. OLE color: 1895531.
HSL color Cylindrical-coordinate representation of color #6BEC1C: hue angle of 97.21º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6BEC1C is Cyan = 0.55, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 236 | 28 | - |
| CMYK | 0.55 | 0 | 0.88 | 0.07 |
| HSL | 97.21º | 0.85% | 0.52% | - |
| HSV(B) | 97.21º | 0.88% | 0.93% | - |
| XYZ | 36.27 | 63.2 | 11.39 | - |
| YUV | 173.72 | 45.76 | 80.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 236 | 28 | 0.55 | 0 | 0.88 | 0.07 | 97.21 | 0.85 | 0.52 |
| Hex | 6B | EC | 1C | 37 | 0 | 58 | 7 | 61 | 55 | 34 |
| Octal | 153 | 354 | 34 | 67 | 0 | 130 | 7 | 141 | 125 | 64 |
| Binary | 1101011 | 11101100 | 11100 | 110111 | 0 | 1011000 | 111 | 1100001 | 1010101 | 110100 |
Color Harmonies of #6BEC1C
Complementary color
Monochromatic Colors of #6BEC1C
Black with #6BEC1C
Text Example
Text Example
White with #6BEC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEC1C; }
p { color: rgb(107,236,28); }
H1.HeaderClassName
{
color: #6BEC1C;
}
.AnyTagClassName
{
color: #6BEC1C;
}
</style>
background-color css
<style>
a { background-color: #6BEC1C; }
a { background-color: rgb(107,236,28); }
div.DivClassName
{
background-color: #6BEC1C;
}
.BgClassName
{
background-color: #6BEC1C;
}
</style>
border-color css
<style>
span { border-color: #6BEC1C; }
span { border-color: rgb(107,236,28); }
td.TdClassName
{
border-color: #6BEC1C;
}
.TagClassName
{
border-color: #6BEC1C;
}
</style>