Shades of Bright Green #6CEA0C
Tints of Bright Green #6CEA0C
RGB
CMYK
RGB Variations
Color information
#6CEA0C (or 0x6CEA0C) is known color: Bright Green. HEX triplet: 6C, EA and 0C. RGB value is (108,234,12). Sum of RGB (Red+Green+Blue) = 108+234+12=354 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.51% from 354); Green value is 234 (91.80% from 255 or 66.10% from 354); Blue value is 12 (5.08% from 255 or 3.39% from 354); Max value from RGB is 234 - color contains mainly: green. Hex color #6CEA0C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6CEA0C is #9315F3. Grayscale: #ABABAB. Windows color (decimal): -9639412 or 846444. OLE color: 846444.
HSL color Cylindrical-coordinate representation of color #6CEA0C: hue angle of 94.05º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6CEA0C is Cyan = 0.54, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 234 | 12 | - |
| CMYK | 0.54 | 0 | 0.95 | 0.08 |
| HSL | 94.05º | 0.9% | 0.48% | - |
| HSV(B) | 94.05º | 0.95% | 0.92% | - |
| XYZ | 35.67 | 62.06 | 10.45 | - |
| YUV | 171.02 | 38.26 | 83.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 234 | 12 | 0.54 | 0 | 0.95 | 0.08 | 94.05 | 0.9 | 0.48 |
| Hex | 6C | EA | C | 36 | 0 | 5F | 8 | 5E | 5A | 30 |
| Octal | 154 | 352 | 14 | 66 | 0 | 137 | 10 | 136 | 132 | 60 |
| Binary | 1101100 | 11101010 | 1100 | 110110 | 0 | 1011111 | 1000 | 1011110 | 1011010 | 110000 |
Color Harmonies of #6CEA0C
Complementary color
Monochromatic Colors of #6CEA0C
Black with #6CEA0C
Text Example
Text Example
White with #6CEA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CEA0C; }
p { color: rgb(108,234,12); }
H1.HeaderClassName
{
color: #6CEA0C;
}
.AnyTagClassName
{
color: #6CEA0C;
}
</style>
background-color css
<style>
a { background-color: #6CEA0C; }
a { background-color: rgb(108,234,12); }
div.DivClassName
{
background-color: #6CEA0C;
}
.BgClassName
{
background-color: #6CEA0C;
}
</style>
border-color css
<style>
span { border-color: #6CEA0C; }
span { border-color: rgb(108,234,12); }
td.TdClassName
{
border-color: #6CEA0C;
}
.TagClassName
{
border-color: #6CEA0C;
}
</style>