Shades of Bright Green #68FA10
Tints of Bright Green #68FA10
RGB
CMYK
RGB Variations
Color information
#68FA10 (or 0x68FA10) is known color: Bright Green. HEX triplet: 68, FA and 10. RGB value is (104,250,16). Sum of RGB (Red+Green+Blue) = 104+250+16=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 250 (98.05% from 255 or 67.57% from 370); Blue value is 16 (6.64% from 255 or 4.32% from 370); Max value from RGB is 250 - color contains mainly: green. Hex color #68FA10 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #68FA10 is #9705EF. Grayscale: #B4B4B4. Windows color (decimal): -9897456 or 1112680. OLE color: 1112680.
HSL color Cylindrical-coordinate representation of color #68FA10: hue angle of 97.44º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #68FA10 is Cyan = 0.58, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 250 | 16 | - |
| CMYK | 0.58 | 0 | 0.94 | 0.02 |
| HSL | 97.44º | 0.96% | 0.52% | - |
| HSV(B) | 97.44º | 0.94% | 0.98% | - |
| XYZ | 39.99 | 71.35 | 12.15 | - |
| YUV | 179.67 | 35.63 | 74.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 250 | 16 | 0.58 | 0 | 0.94 | 0.02 | 97.44 | 0.96 | 0.52 |
| Hex | 68 | FA | 10 | 3A | 0 | 5E | 2 | 61 | 60 | 34 |
| Octal | 150 | 372 | 20 | 72 | 0 | 136 | 2 | 141 | 140 | 64 |
| Binary | 1101000 | 11111010 | 10000 | 111010 | 0 | 1011110 | 10 | 1100001 | 1100000 | 110100 |
Color Harmonies of #68FA10
Complementary color
Monochromatic Colors of #68FA10
Black with #68FA10
Text Example
Text Example
White with #68FA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FA10; }
p { color: rgb(104,250,16); }
H1.HeaderClassName
{
color: #68FA10;
}
.AnyTagClassName
{
color: #68FA10;
}
</style>
background-color css
<style>
a { background-color: #68FA10; }
a { background-color: rgb(104,250,16); }
div.DivClassName
{
background-color: #68FA10;
}
.BgClassName
{
background-color: #68FA10;
}
</style>
border-color css
<style>
span { border-color: #68FA10; }
span { border-color: rgb(104,250,16); }
td.TdClassName
{
border-color: #68FA10;
}
.TagClassName
{
border-color: #68FA10;
}
</style>