Shades of Bright Green #68F80D
Tints of Bright Green #68F80D
RGB
CMYK
RGB Variations
Color information
#68F80D (or 0x68F80D) is known color: Bright Green. HEX triplet: 68, F8 and 0D. RGB value is (104,248,13). Sum of RGB (Red+Green+Blue) = 104+248+13=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 248 (97.27% from 255 or 67.95% from 365); Blue value is 13 (5.47% from 255 or 3.56% from 365); Max value from RGB is 248 - color contains mainly: green. Hex color #68F80D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #68F80D is #9707F2. Grayscale: #B2B2B2. Windows color (decimal): -9897971 or 915560. OLE color: 915560.
HSL color Cylindrical-coordinate representation of color #68F80D: hue angle of 96.77º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #68F80D is Cyan = 0.58, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 248 | 13 | - |
| CMYK | 0.58 | 0 | 0.95 | 0.03 |
| HSL | 96.77º | 0.94% | 0.51% | - |
| HSV(B) | 96.77º | 0.95% | 0.97% | - |
| XYZ | 39.35 | 70.11 | 11.84 | - |
| YUV | 178.15 | 34.79 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 248 | 13 | 0.58 | 0 | 0.95 | 0.03 | 96.77 | 0.94 | 0.51 |
| Hex | 68 | F8 | D | 3A | 0 | 5F | 3 | 61 | 5E | 33 |
| Octal | 150 | 370 | 15 | 72 | 0 | 137 | 3 | 141 | 136 | 63 |
| Binary | 1101000 | 11111000 | 1101 | 111010 | 0 | 1011111 | 11 | 1100001 | 1011110 | 110011 |
Color Harmonies of #68F80D
Complementary color
Monochromatic Colors of #68F80D
Black with #68F80D
Text Example
Text Example
White with #68F80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F80D; }
p { color: rgb(104,248,13); }
H1.HeaderClassName
{
color: #68F80D;
}
.AnyTagClassName
{
color: #68F80D;
}
</style>
background-color css
<style>
a { background-color: #68F80D; }
a { background-color: rgb(104,248,13); }
div.DivClassName
{
background-color: #68F80D;
}
.BgClassName
{
background-color: #68F80D;
}
</style>
border-color css
<style>
span { border-color: #68F80D; }
span { border-color: rgb(104,248,13); }
td.TdClassName
{
border-color: #68F80D;
}
.TagClassName
{
border-color: #68F80D;
}
</style>