Shades of Bright Green #6CE10C
Tints of Bright Green #6CE10C
RGB
CMYK
RGB Variations
Color information
#6CE10C (or 0x6CE10C) is known color: Bright Green. HEX triplet: 6C, E1 and 0C. RGB value is (108,225,12). Sum of RGB (Red+Green+Blue) = 108+225+12=345 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.30% from 345); Green value is 225 (88.28% from 255 or 65.22% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 225 - color contains mainly: green. Hex color #6CE10C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CE10C is #931EF3. Grayscale: #A6A6A6. Windows color (decimal): -9641716 or 844140. OLE color: 844140.
HSL color Cylindrical-coordinate representation of color #6CE10C: hue angle of 92.96º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6CE10C is Cyan = 0.52, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 108 | 225 | 12 | - |
| CMYK | 0.52 | 0 | 0.95 | 0.12 |
| HSL | 92.96º | 0.9% | 0.46% | - |
| HSV(B) | 92.96º | 0.95% | 0.88% | - |
| XYZ | 33.18 | 57.07 | 9.61 | - |
| YUV | 165.74 | 41.24 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 225 | 12 | 0.52 | 0 | 0.95 | 0.12 | 92.96 | 0.9 | 0.46 |
| Hex | 6C | E1 | C | 34 | 0 | 5F | C | 5D | 5A | 2E |
| Octal | 154 | 341 | 14 | 64 | 0 | 137 | 14 | 135 | 132 | 56 |
| Binary | 1101100 | 11100001 | 1100 | 110100 | 0 | 1011111 | 1100 | 1011101 | 1011010 | 101110 |
Color Harmonies of #6CE10C
Complementary color
Monochromatic Colors of #6CE10C
Black with #6CE10C
Text Example
Text Example
White with #6CE10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE10C; }
p { color: rgb(108,225,12); }
H1.HeaderClassName
{
color: #6CE10C;
}
.AnyTagClassName
{
color: #6CE10C;
}
</style>
background-color css
<style>
a { background-color: #6CE10C; }
a { background-color: rgb(108,225,12); }
div.DivClassName
{
background-color: #6CE10C;
}
.BgClassName
{
background-color: #6CE10C;
}
</style>
border-color css
<style>
span { border-color: #6CE10C; }
span { border-color: rgb(108,225,12); }
td.TdClassName
{
border-color: #6CE10C;
}
.TagClassName
{
border-color: #6CE10C;
}
</style>