Shades of Screamin' Green #68FF80
Tints of Screamin' Green #68FF80
RGB
CMYK
RGB Variations
Color information
#68FF80 (or 0x68FF80) is known color: Screamin' Green. HEX triplet: 68, FF and 80. RGB value is (104,255,128). Sum of RGB (Red+Green+Blue) = 104+255+128=487 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.36% from 487); Green value is 255 (100% from 255 or 52.36% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 255 - color contains mainly: green. Hex color #68FF80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68FF80 is #97007F. Grayscale: #C3C3C3. Windows color (decimal): -9896064 or 8453992. OLE color: 8453992.
HSL color Cylindrical-coordinate representation of color #68FF80: hue angle of 129.54º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FF80 is Cyan = 0.59, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 255 | 128 | - |
| CMYK | 0.59 | 0 | 0.50 | 0 |
| HSL | 129.54º | 1% | 0.7% | - |
| HSV(B) | 129.54º | 0.59% | 1% | - |
| XYZ | 45.37 | 76.02 | 32.7 | - |
| YUV | 195.37 | 89.97 | 62.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 255 | 128 | 0.59 | 0 | 0.50 | 0 | 129.54 | 1 | 0.7 |
| Hex | 68 | FF | 80 | 3B | 0 | 32 | 0 | 82 | 64 | 46 |
| Octal | 150 | 377 | 200 | 73 | 0 | 62 | 0 | 202 | 144 | 106 |
| Binary | 1101000 | 11111111 | 10000000 | 111011 | 0 | 110010 | 0 | 10000010 | 1100100 | 1000110 |
Color Harmonies of #68FF80
Complementary color
Monochromatic Colors of #68FF80
Black with #68FF80
Text Example
Text Example
White with #68FF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FF80; }
p { color: rgb(104,255,128); }
H1.HeaderClassName
{
color: #68FF80;
}
.AnyTagClassName
{
color: #68FF80;
}
</style>
background-color css
<style>
a { background-color: #68FF80; }
a { background-color: rgb(104,255,128); }
div.DivClassName
{
background-color: #68FF80;
}
.BgClassName
{
background-color: #68FF80;
}
</style>
border-color css
<style>
span { border-color: #68FF80; }
span { border-color: rgb(104,255,128); }
td.TdClassName
{
border-color: #68FF80;
}
.TagClassName
{
border-color: #68FF80;
}
</style>