Shades of Bright Green #68F125
Tints of Bright Green #68F125
RGB
CMYK
RGB Variations
Color information
#68F125 (or 0x68F125) is known color: Bright Green. HEX triplet: 68, F1 and 25. RGB value is (104,241,37). Sum of RGB (Red+Green+Blue) = 104+241+37=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 241 (94.53% from 255 or 63.09% from 382); Blue value is 37 (14.84% from 255 or 9.69% from 382); Max value from RGB is 241 - color contains mainly: green. Hex color #68F125 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #68F125 is #970EDA. Grayscale: #B1B1B1. Windows color (decimal): -9899739 or 2486632. OLE color: 2486632.
HSL color Cylindrical-coordinate representation of color #68F125: hue angle of 100.29º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #68F125 is Cyan = 0.57, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 241 | 37 | - |
| CMYK | 0.57 | 0 | 0.85 | 0.05 |
| HSL | 100.29º | 0.88% | 0.55% | - |
| HSV(B) | 100.29º | 0.85% | 0.95% | - |
| XYZ | 37.5 | 65.99 | 12.51 | - |
| YUV | 176.78 | 49.11 | 76.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 241 | 37 | 0.57 | 0 | 0.85 | 0.05 | 100.29 | 0.88 | 0.55 |
| Hex | 68 | F1 | 25 | 39 | 0 | 55 | 5 | 64 | 58 | 37 |
| Octal | 150 | 361 | 45 | 71 | 0 | 125 | 5 | 144 | 130 | 67 |
| Binary | 1101000 | 11110001 | 100101 | 111001 | 0 | 1010101 | 101 | 1100100 | 1011000 | 110111 |
Color Harmonies of #68F125
Complementary color
Monochromatic Colors of #68F125
Black with #68F125
Text Example
Text Example
White with #68F125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F125; }
p { color: rgb(104,241,37); }
H1.HeaderClassName
{
color: #68F125;
}
.AnyTagClassName
{
color: #68F125;
}
</style>
background-color css
<style>
a { background-color: #68F125; }
a { background-color: rgb(104,241,37); }
div.DivClassName
{
background-color: #68F125;
}
.BgClassName
{
background-color: #68F125;
}
</style>
border-color css
<style>
span { border-color: #68F125; }
span { border-color: rgb(104,241,37); }
td.TdClassName
{
border-color: #68F125;
}
.TagClassName
{
border-color: #68F125;
}
</style>