Shades of Screamin' Green #8FFC64
Tints of Screamin' Green #8FFC64
RGB
CMYK
RGB Variations
Color information
#8FFC64 (or 0x8FFC64) is known color: Screamin' Green. HEX triplet: 8F, FC and 64. RGB value is (143,252,100). Sum of RGB (Red+Green+Blue) = 143+252+100=495 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.89% from 495); Green value is 252 (98.83% from 255 or 50.91% from 495); Blue value is 100 (39.45% from 255 or 20.20% from 495); Max value from RGB is 252 - color contains mainly: green. Hex color #8FFC64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8FFC64 is #70039B. Grayscale: #CACACA. Windows color (decimal): -7340956 or 6618255. OLE color: 6618255.
HSL color Cylindrical-coordinate representation of color #8FFC64: hue angle of 103.03º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8FFC64 is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 252 | 100 | - |
| CMYK | 0.43 | 0 | 0.60 | 0.01 |
| HSL | 103.03º | 0.96% | 0.69% | - |
| HSV(B) | 103.03º | 0.6% | 0.99% | - |
| XYZ | 48.44 | 76.38 | 24.25 | - |
| YUV | 202.08 | 70.39 | 85.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 252 | 100 | 0.43 | 0 | 0.60 | 0.01 | 103.03 | 0.96 | 0.69 |
| Hex | 8F | FC | 64 | 2B | 0 | 3C | 1 | 67 | 60 | 45 |
| Octal | 217 | 374 | 144 | 53 | 0 | 74 | 1 | 147 | 140 | 105 |
| Binary | 10001111 | 11111100 | 1100100 | 101011 | 0 | 111100 | 1 | 1100111 | 1100000 | 1000101 |
Color Harmonies of #8FFC64
Complementary color
Monochromatic Colors of #8FFC64
Black with #8FFC64
Text Example
Text Example
White with #8FFC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFC64; }
p { color: rgb(143,252,100); }
H1.HeaderClassName
{
color: #8FFC64;
}
.AnyTagClassName
{
color: #8FFC64;
}
</style>
background-color css
<style>
a { background-color: #8FFC64; }
a { background-color: rgb(143,252,100); }
div.DivClassName
{
background-color: #8FFC64;
}
.BgClassName
{
background-color: #8FFC64;
}
</style>
border-color css
<style>
span { border-color: #8FFC64; }
span { border-color: rgb(143,252,100); }
td.TdClassName
{
border-color: #8FFC64;
}
.TagClassName
{
border-color: #8FFC64;
}
</style>