Shades of Bright Green #68F126
Tints of Bright Green #68F126
RGB
CMYK
RGB Variations
Color information
#68F126 (or 0x68F126) is known color: Bright Green. HEX triplet: 68, F1 and 26. RGB value is (104,241,38). Sum of RGB (Red+Green+Blue) = 104+241+38=383 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.15% from 383); Green value is 241 (94.53% from 255 or 62.92% from 383); Blue value is 38 (15.23% from 255 or 9.92% from 383); Max value from RGB is 241 - color contains mainly: green. Hex color #68F126 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #68F126 is #970ED9. Grayscale: #B1B1B1. Windows color (decimal): -9899738 or 2552168. OLE color: 2552168.
HSL color Cylindrical-coordinate representation of color #68F126: hue angle of 100.49º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #68F126 is Cyan = 0.57, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 241 | 38 | - |
| CMYK | 0.57 | 0 | 0.84 | 0.05 |
| HSL | 100.49º | 0.88% | 0.55% | - |
| HSV(B) | 100.49º | 0.84% | 0.95% | - |
| XYZ | 37.51 | 65.99 | 12.59 | - |
| YUV | 176.9 | 49.61 | 76.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 241 | 38 | 0.57 | 0 | 0.84 | 0.05 | 100.49 | 0.88 | 0.55 |
| Hex | 68 | F1 | 26 | 39 | 0 | 54 | 5 | 64 | 58 | 37 |
| Octal | 150 | 361 | 46 | 71 | 0 | 124 | 5 | 144 | 130 | 67 |
| Binary | 1101000 | 11110001 | 100110 | 111001 | 0 | 1010100 | 101 | 1100100 | 1011000 | 110111 |
Color Harmonies of #68F126
Complementary color
Monochromatic Colors of #68F126
Black with #68F126
Text Example
Text Example
White with #68F126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F126; }
p { color: rgb(104,241,38); }
H1.HeaderClassName
{
color: #68F126;
}
.AnyTagClassName
{
color: #68F126;
}
</style>
background-color css
<style>
a { background-color: #68F126; }
a { background-color: rgb(104,241,38); }
div.DivClassName
{
background-color: #68F126;
}
.BgClassName
{
background-color: #68F126;
}
</style>
border-color css
<style>
span { border-color: #68F126; }
span { border-color: rgb(104,241,38); }
td.TdClassName
{
border-color: #68F126;
}
.TagClassName
{
border-color: #68F126;
}
</style>