Shades of Bright Green #68F510
Tints of Bright Green #68F510
RGB
CMYK
RGB Variations
Color information
#68F510 (or 0x68F510) is known color: Bright Green. HEX triplet: 68, F5 and 10. RGB value is (104,245,16). Sum of RGB (Red+Green+Blue) = 104+245+16=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 245 (96.09% from 255 or 67.12% from 365); Blue value is 16 (6.64% from 255 or 4.38% from 365); Max value from RGB is 245 - color contains mainly: green. Hex color #68F510 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #68F510 is #970AEF. Grayscale: #B1B1B1. Windows color (decimal): -9898736 or 1111400. OLE color: 1111400.
HSL color Cylindrical-coordinate representation of color #68F510: hue angle of 96.94º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #68F510 is Cyan = 0.58, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 245 | 16 | - |
| CMYK | 0.58 | 0 | 0.93 | 0.04 |
| HSL | 96.94º | 0.92% | 0.51% | - |
| HSV(B) | 96.94º | 0.93% | 0.96% | - |
| XYZ | 38.45 | 68.29 | 11.64 | - |
| YUV | 176.74 | 37.29 | 76.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 245 | 16 | 0.58 | 0 | 0.93 | 0.04 | 96.94 | 0.92 | 0.51 |
| Hex | 68 | F5 | 10 | 3A | 0 | 5D | 4 | 61 | 5C | 33 |
| Octal | 150 | 365 | 20 | 72 | 0 | 135 | 4 | 141 | 134 | 63 |
| Binary | 1101000 | 11110101 | 10000 | 111010 | 0 | 1011101 | 100 | 1100001 | 1011100 | 110011 |
Color Harmonies of #68F510
Complementary color
Monochromatic Colors of #68F510
Black with #68F510
Text Example
Text Example
White with #68F510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F510; }
p { color: rgb(104,245,16); }
H1.HeaderClassName
{
color: #68F510;
}
.AnyTagClassName
{
color: #68F510;
}
</style>
background-color css
<style>
a { background-color: #68F510; }
a { background-color: rgb(104,245,16); }
div.DivClassName
{
background-color: #68F510;
}
.BgClassName
{
background-color: #68F510;
}
</style>
border-color css
<style>
span { border-color: #68F510; }
span { border-color: rgb(104,245,16); }
td.TdClassName
{
border-color: #68F510;
}
.TagClassName
{
border-color: #68F510;
}
</style>