Shades of Bright Green #6CFE12
Tints of Bright Green #6CFE12
RGB
CMYK
RGB Variations
Color information
#6CFE12 (or 0x6CFE12) is known color: Bright Green. HEX triplet: 6C, FE and 12. RGB value is (108,254,18). Sum of RGB (Red+Green+Blue) = 108+254+18=380 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.42% from 380); Green value is 254 (99.61% from 255 or 66.84% from 380); Blue value is 18 (7.42% from 255 or 4.74% from 380); Max value from RGB is 254 - color contains mainly: green. Hex color #6CFE12 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #6CFE12 is #9301ED. Grayscale: #B8B8B8. Windows color (decimal): -9634286 or 1244780. OLE color: 1244780.
HSL color Cylindrical-coordinate representation of color #6CFE12: hue angle of 97.12º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6CFE12 is Cyan = 0.57, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 108 | 254 | 18 | - |
| CMYK | 0.57 | 0 | 0.93 | 0.00 |
| HSL | 97.12º | 0.99% | 0.53% | - |
| HSV(B) | 97.12º | 0.93% | 1% | - |
| XYZ | 41.74 | 74.12 | 12.68 | - |
| YUV | 183.44 | 34.63 | 74.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 254 | 18 | 0.57 | 0 | 0.93 | 0.00 | 97.12 | 0.99 | 0.53 |
| Hex | 6C | FE | 12 | 39 | 0 | 5D | 0 | 61 | 63 | 35 |
| Octal | 154 | 376 | 22 | 71 | 0 | 135 | 0 | 141 | 143 | 65 |
| Binary | 1101100 | 11111110 | 10010 | 111001 | 0 | 1011101 | 0 | 1100001 | 1100011 | 110101 |
Color Harmonies of #6CFE12
Complementary color
Monochromatic Colors of #6CFE12
Black with #6CFE12
Text Example
Text Example
White with #6CFE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFE12; }
p { color: rgb(108,254,18); }
H1.HeaderClassName
{
color: #6CFE12;
}
.AnyTagClassName
{
color: #6CFE12;
}
</style>
background-color css
<style>
a { background-color: #6CFE12; }
a { background-color: rgb(108,254,18); }
div.DivClassName
{
background-color: #6CFE12;
}
.BgClassName
{
background-color: #6CFE12;
}
</style>
border-color css
<style>
span { border-color: #6CFE12; }
span { border-color: rgb(108,254,18); }
td.TdClassName
{
border-color: #6CFE12;
}
.TagClassName
{
border-color: #6CFE12;
}
</style>