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