Shades of Screamin' Green #68FF8C
Tints of Screamin' Green #68FF8C
RGB
CMYK
RGB Variations
Color information
#68FF8C (or 0x68FF8C) is known color: Screamin' Green. HEX triplet: 68, FF and 8C. RGB value is (104,255,140). Sum of RGB (Red+Green+Blue) = 104+255+140=499 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.84% from 499); Green value is 255 (100% from 255 or 51.10% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 255 - color contains mainly: green. Hex color #68FF8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68FF8C is #970073. Grayscale: #C5C5C5. Windows color (decimal): -9896052 or 9240424. OLE color: 9240424.
HSL color Cylindrical-coordinate representation of color #68FF8C: hue angle of 134.3º 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 #68FF8C is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 255 | 140 | - |
| CMYK | 0.59 | 0 | 0.45 | 0 |
| HSL | 134.3º | 1% | 0.7% | - |
| HSV(B) | 134.3º | 0.59% | 1% | - |
| XYZ | 46.2 | 76.36 | 37.11 | - |
| YUV | 196.74 | 95.97 | 61.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 255 | 140 | 0.59 | 0 | 0.45 | 0 | 134.3 | 1 | 0.7 |
| Hex | 68 | FF | 8C | 3B | 0 | 2D | 0 | 86 | 64 | 46 |
| Octal | 150 | 377 | 214 | 73 | 0 | 55 | 0 | 206 | 144 | 106 |
| Binary | 1101000 | 11111111 | 10001100 | 111011 | 0 | 101101 | 0 | 10000110 | 1100100 | 1000110 |
Color Harmonies of #68FF8C
Complementary color
Monochromatic Colors of #68FF8C
Black with #68FF8C
Text Example
Text Example
White with #68FF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FF8C; }
p { color: rgb(104,255,140); }
H1.HeaderClassName
{
color: #68FF8C;
}
.AnyTagClassName
{
color: #68FF8C;
}
</style>
background-color css
<style>
a { background-color: #68FF8C; }
a { background-color: rgb(104,255,140); }
div.DivClassName
{
background-color: #68FF8C;
}
.BgClassName
{
background-color: #68FF8C;
}
</style>
border-color css
<style>
span { border-color: #68FF8C; }
span { border-color: rgb(104,255,140); }
td.TdClassName
{
border-color: #68FF8C;
}
.TagClassName
{
border-color: #68FF8C;
}
</style>