Shades of Bright Green #68F506
Tints of Bright Green #68F506
RGB
CMYK
RGB Variations
Color information
#68F506 (or 0x68F506) is known color: Bright Green. HEX triplet: 68, F5 and 06. RGB value is (104,245,6). Sum of RGB (Red+Green+Blue) = 104+245+6=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 245 (96.09% from 255 or 69.01% from 355); Blue value is 6 (2.73% from 255 or 1.69% from 355); Max value from RGB is 245 - color contains mainly: green. Hex color #68F506 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #68F506 is #970AF9. Grayscale: #B0B0B0. Windows color (decimal): -9898746 or 456040. OLE color: 456040.
HSL color Cylindrical-coordinate representation of color #68F506: hue angle of 95.4º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #68F506 is Cyan = 0.58, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 245 | 6 | - |
| CMYK | 0.58 | 0 | 0.98 | 0.04 |
| HSL | 95.4º | 0.95% | 0.49% | - |
| HSV(B) | 95.4º | 0.98% | 0.96% | - |
| XYZ | 38.39 | 68.26 | 11.32 | - |
| YUV | 175.6 | 32.29 | 76.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 245 | 6 | 0.58 | 0 | 0.98 | 0.04 | 95.4 | 0.95 | 0.49 |
| Hex | 68 | F5 | 6 | 3A | 0 | 62 | 4 | 5F | 5F | 31 |
| Octal | 150 | 365 | 6 | 72 | 0 | 142 | 4 | 137 | 137 | 61 |
| Binary | 1101000 | 11110101 | 110 | 111010 | 0 | 1100010 | 100 | 1011111 | 1011111 | 110001 |
Color Harmonies of #68F506
Complementary color
Monochromatic Colors of #68F506
Black with #68F506
Text Example
Text Example
White with #68F506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F506; }
p { color: rgb(104,245,6); }
H1.HeaderClassName
{
color: #68F506;
}
.AnyTagClassName
{
color: #68F506;
}
</style>
background-color css
<style>
a { background-color: #68F506; }
a { background-color: rgb(104,245,6); }
div.DivClassName
{
background-color: #68F506;
}
.BgClassName
{
background-color: #68F506;
}
</style>
border-color css
<style>
span { border-color: #68F506; }
span { border-color: rgb(104,245,6); }
td.TdClassName
{
border-color: #68F506;
}
.TagClassName
{
border-color: #68F506;
}
</style>