Shades of Bright Green #68FE12
Tints of Bright Green #68FE12
RGB
CMYK
RGB Variations
Color information
#68FE12 (or 0x68FE12) is known color: Bright Green. HEX triplet: 68, FE and 12. RGB value is (104,254,18). Sum of RGB (Red+Green+Blue) = 104+254+18=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 254 (99.61% from 255 or 67.55% from 376); Blue value is 18 (7.42% from 255 or 4.79% from 376); Max value from RGB is 254 - color contains mainly: green. Hex color #68FE12 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #68FE12 is #9701ED. Grayscale: #B7B7B7. Windows color (decimal): -9896430 or 1244776. OLE color: 1244776.
HSL color Cylindrical-coordinate representation of color #68FE12: hue angle of 98.14º 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 #68FE12 is Cyan = 0.59, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 254 | 18 | - |
| CMYK | 0.59 | 0 | 0.93 | 0.00 |
| HSL | 98.14º | 0.99% | 0.53% | - |
| HSV(B) | 98.14º | 0.93% | 1% | - |
| XYZ | 41.26 | 73.87 | 12.66 | - |
| YUV | 182.25 | 35.31 | 72.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 254 | 18 | 0.59 | 0 | 0.93 | 0.00 | 98.14 | 0.99 | 0.53 |
| Hex | 68 | FE | 12 | 3B | 0 | 5D | 0 | 62 | 63 | 35 |
| Octal | 150 | 376 | 22 | 73 | 0 | 135 | 0 | 142 | 143 | 65 |
| Binary | 1101000 | 11111110 | 10010 | 111011 | 0 | 1011101 | 0 | 1100010 | 1100011 | 110101 |
Color Harmonies of #68FE12
Complementary color
Monochromatic Colors of #68FE12
Black with #68FE12
Text Example
Text Example
White with #68FE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FE12; }
p { color: rgb(104,254,18); }
H1.HeaderClassName
{
color: #68FE12;
}
.AnyTagClassName
{
color: #68FE12;
}
</style>
background-color css
<style>
a { background-color: #68FE12; }
a { background-color: rgb(104,254,18); }
div.DivClassName
{
background-color: #68FE12;
}
.BgClassName
{
background-color: #68FE12;
}
</style>
border-color css
<style>
span { border-color: #68FE12; }
span { border-color: rgb(104,254,18); }
td.TdClassName
{
border-color: #68FE12;
}
.TagClassName
{
border-color: #68FE12;
}
</style>