Shades of Bright Green #68FD04
Tints of Bright Green #68FD04
RGB
CMYK
RGB Variations
Color information
#68FD04 (or 0x68FD04) is known color: Bright Green. HEX triplet: 68, FD and 04. RGB value is (104,253,4). Sum of RGB (Red+Green+Blue) = 104+253+4=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 253 (99.22% from 255 or 70.08% from 361); Blue value is 4 (1.95% from 255 or 1.11% from 361); Max value from RGB is 253 - color contains mainly: green. Hex color #68FD04 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #68FD04 is #9702FB. Grayscale: #B4B4B4. Windows color (decimal): -9896700 or 327016. OLE color: 327016.
HSL color Cylindrical-coordinate representation of color #68FD04: hue angle of 95.9º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #68FD04 is Cyan = 0.59, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 253 | 4 | - |
| CMYK | 0.59 | 0 | 0.98 | 0.01 |
| HSL | 95.9º | 0.98% | 0.5% | - |
| HSV(B) | 95.9º | 0.98% | 0.99% | - |
| XYZ | 40.86 | 73.2 | 12.09 | - |
| YUV | 180.06 | 28.64 | 73.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 253 | 4 | 0.59 | 0 | 0.98 | 0.01 | 95.9 | 0.98 | 0.5 |
| Hex | 68 | FD | 4 | 3B | 0 | 62 | 1 | 60 | 62 | 32 |
| Octal | 150 | 375 | 4 | 73 | 0 | 142 | 1 | 140 | 142 | 62 |
| Binary | 1101000 | 11111101 | 100 | 111011 | 0 | 1100010 | 1 | 1100000 | 1100010 | 110010 |
Color Harmonies of #68FD04
Complementary color
Monochromatic Colors of #68FD04
Black with #68FD04
Text Example
Text Example
White with #68FD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FD04; }
p { color: rgb(104,253,4); }
H1.HeaderClassName
{
color: #68FD04;
}
.AnyTagClassName
{
color: #68FD04;
}
</style>
background-color css
<style>
a { background-color: #68FD04; }
a { background-color: rgb(104,253,4); }
div.DivClassName
{
background-color: #68FD04;
}
.BgClassName
{
background-color: #68FD04;
}
</style>
border-color css
<style>
span { border-color: #68FD04; }
span { border-color: rgb(104,253,4); }
td.TdClassName
{
border-color: #68FD04;
}
.TagClassName
{
border-color: #68FD04;
}
</style>