Shades of Bright Green #68F210
Tints of Bright Green #68F210
RGB
CMYK
RGB Variations
Color information
#68F210 (or 0x68F210) is known color: Bright Green. HEX triplet: 68, F2 and 10. RGB value is (104,242,16). Sum of RGB (Red+Green+Blue) = 104+242+16=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 242 (94.92% from 255 or 66.85% from 362); Blue value is 16 (6.64% from 255 or 4.42% from 362); Max value from RGB is 242 - color contains mainly: green. Hex color #68F210 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #68F210 is #970DEF. Grayscale: #AFAFAF. Windows color (decimal): -9899504 or 1110632. OLE color: 1110632.
HSL color Cylindrical-coordinate representation of color #68F210: hue angle of 96.64º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #68F210 is Cyan = 0.57, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 242 | 16 | - |
| CMYK | 0.57 | 0 | 0.93 | 0.05 |
| HSL | 96.64º | 0.9% | 0.51% | - |
| HSV(B) | 96.64º | 0.93% | 0.95% | - |
| XYZ | 37.55 | 66.48 | 11.34 | - |
| YUV | 174.97 | 38.28 | 77.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 242 | 16 | 0.57 | 0 | 0.93 | 0.05 | 96.64 | 0.9 | 0.51 |
| Hex | 68 | F2 | 10 | 39 | 0 | 5D | 5 | 61 | 5A | 33 |
| Octal | 150 | 362 | 20 | 71 | 0 | 135 | 5 | 141 | 132 | 63 |
| Binary | 1101000 | 11110010 | 10000 | 111001 | 0 | 1011101 | 101 | 1100001 | 1011010 | 110011 |
Color Harmonies of #68F210
Complementary color
Monochromatic Colors of #68F210
Black with #68F210
Text Example
Text Example
White with #68F210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F210; }
p { color: rgb(104,242,16); }
H1.HeaderClassName
{
color: #68F210;
}
.AnyTagClassName
{
color: #68F210;
}
</style>
background-color css
<style>
a { background-color: #68F210; }
a { background-color: rgb(104,242,16); }
div.DivClassName
{
background-color: #68F210;
}
.BgClassName
{
background-color: #68F210;
}
</style>
border-color css
<style>
span { border-color: #68F210; }
span { border-color: rgb(104,242,16); }
td.TdClassName
{
border-color: #68F210;
}
.TagClassName
{
border-color: #68F210;
}
</style>