Shades of Bright Green #68FC10
Tints of Bright Green #68FC10
RGB
CMYK
RGB Variations
Color information
#68FC10 (or 0x68FC10) is known color: Bright Green. HEX triplet: 68, FC and 10. RGB value is (104,252,16). Sum of RGB (Red+Green+Blue) = 104+252+16=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 252 (98.83% from 255 or 67.74% from 372); Blue value is 16 (6.64% from 255 or 4.30% from 372); Max value from RGB is 252 - color contains mainly: green. Hex color #68FC10 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #68FC10 is #9703EF. Grayscale: #B5B5B5. Windows color (decimal): -9896944 or 1113192. OLE color: 1113192.
HSL color Cylindrical-coordinate representation of color #68FC10: hue angle of 97.63º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #68FC10 is Cyan = 0.59, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 252 | 16 | - |
| CMYK | 0.59 | 0 | 0.94 | 0.01 |
| HSL | 97.63º | 0.98% | 0.53% | - |
| HSV(B) | 97.63º | 0.94% | 0.99% | - |
| XYZ | 40.61 | 72.6 | 12.36 | - |
| YUV | 180.84 | 34.97 | 73.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 252 | 16 | 0.59 | 0 | 0.94 | 0.01 | 97.63 | 0.98 | 0.53 |
| Hex | 68 | FC | 10 | 3B | 0 | 5E | 1 | 62 | 62 | 35 |
| Octal | 150 | 374 | 20 | 73 | 0 | 136 | 1 | 142 | 142 | 65 |
| Binary | 1101000 | 11111100 | 10000 | 111011 | 0 | 1011110 | 1 | 1100010 | 1100010 | 110101 |
Color Harmonies of #68FC10
Complementary color
Monochromatic Colors of #68FC10
Black with #68FC10
Text Example
Text Example
White with #68FC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FC10; }
p { color: rgb(104,252,16); }
H1.HeaderClassName
{
color: #68FC10;
}
.AnyTagClassName
{
color: #68FC10;
}
</style>
background-color css
<style>
a { background-color: #68FC10; }
a { background-color: rgb(104,252,16); }
div.DivClassName
{
background-color: #68FC10;
}
.BgClassName
{
background-color: #68FC10;
}
</style>
border-color css
<style>
span { border-color: #68FC10; }
span { border-color: rgb(104,252,16); }
td.TdClassName
{
border-color: #68FC10;
}
.TagClassName
{
border-color: #68FC10;
}
</style>