Shades of Bright Green #68F526
Tints of Bright Green #68F526
RGB
CMYK
RGB Variations
Color information
#68F526 (or 0x68F526) is known color: Bright Green. HEX triplet: 68, F5 and 26. RGB value is (104,245,38). Sum of RGB (Red+Green+Blue) = 104+245+38=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 245 (96.09% from 255 or 63.31% from 387); Blue value is 38 (15.23% from 255 or 9.82% from 387); Max value from RGB is 245 - color contains mainly: green. Hex color #68F526 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #68F526 is #970AD9. Grayscale: #B3B3B3. Windows color (decimal): -9898714 or 2553192. OLE color: 2553192.
HSL color Cylindrical-coordinate representation of color #68F526: hue angle of 100.87º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #68F526 is Cyan = 0.58, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 245 | 38 | - |
| CMYK | 0.58 | 0 | 0.84 | 0.04 |
| HSL | 100.87º | 0.91% | 0.55% | - |
| HSV(B) | 100.87º | 0.84% | 0.96% | - |
| XYZ | 38.71 | 68.39 | 12.99 | - |
| YUV | 179.24 | 48.29 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 245 | 38 | 0.58 | 0 | 0.84 | 0.04 | 100.87 | 0.91 | 0.55 |
| Hex | 68 | F5 | 26 | 3A | 0 | 54 | 4 | 65 | 5B | 37 |
| Octal | 150 | 365 | 46 | 72 | 0 | 124 | 4 | 145 | 133 | 67 |
| Binary | 1101000 | 11110101 | 100110 | 111010 | 0 | 1010100 | 100 | 1100101 | 1011011 | 110111 |
Color Harmonies of #68F526
Complementary color
Monochromatic Colors of #68F526
Black with #68F526
Text Example
Text Example
White with #68F526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F526; }
p { color: rgb(104,245,38); }
H1.HeaderClassName
{
color: #68F526;
}
.AnyTagClassName
{
color: #68F526;
}
</style>
background-color css
<style>
a { background-color: #68F526; }
a { background-color: rgb(104,245,38); }
div.DivClassName
{
background-color: #68F526;
}
.BgClassName
{
background-color: #68F526;
}
</style>
border-color css
<style>
span { border-color: #68F526; }
span { border-color: rgb(104,245,38); }
td.TdClassName
{
border-color: #68F526;
}
.TagClassName
{
border-color: #68F526;
}
</style>