Shades of Screamin' Green #8CFF61
Tints of Screamin' Green #8CFF61
RGB
CMYK
RGB Variations
Color information
#8CFF61 (or 0x8CFF61) is known color: Screamin' Green. HEX triplet: 8C, FF and 61. RGB value is (140,255,97). Sum of RGB (Red+Green+Blue) = 140+255+97=492 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.46% from 492); Green value is 255 (100% from 255 or 51.83% from 492); Blue value is 97 (38.28% from 255 or 19.72% from 492); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFF61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CFF61 is #73009E. Grayscale: #CBCBCB. Windows color (decimal): -7536799 or 6422412. OLE color: 6422412.
HSL color Cylindrical-coordinate representation of color #8CFF61: hue angle of 103.67º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8CFF61 is Cyan = 0.45, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 255 | 97 | - |
| CMYK | 0.45 | 0 | 0.62 | 0 |
| HSL | 103.67º | 1% | 0.69% | - |
| HSV(B) | 103.67º | 0.62% | 1% | - |
| XYZ | 48.73 | 77.96 | 23.79 | - |
| YUV | 202.6 | 68.4 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 255 | 97 | 0.45 | 0 | 0.62 | 0 | 103.67 | 1 | 0.69 |
| Hex | 8C | FF | 61 | 2D | 0 | 3E | 0 | 68 | 64 | 45 |
| Octal | 214 | 377 | 141 | 55 | 0 | 76 | 0 | 150 | 144 | 105 |
| Binary | 10001100 | 11111111 | 1100001 | 101101 | 0 | 111110 | 0 | 1101000 | 1100100 | 1000101 |
Color Harmonies of #8CFF61
Complementary color
Monochromatic Colors of #8CFF61
Black with #8CFF61
Text Example
Text Example
White with #8CFF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFF61; }
p { color: rgb(140,255,97); }
H1.HeaderClassName
{
color: #8CFF61;
}
.AnyTagClassName
{
color: #8CFF61;
}
</style>
background-color css
<style>
a { background-color: #8CFF61; }
a { background-color: rgb(140,255,97); }
div.DivClassName
{
background-color: #8CFF61;
}
.BgClassName
{
background-color: #8CFF61;
}
</style>
border-color css
<style>
span { border-color: #8CFF61; }
span { border-color: rgb(140,255,97); }
td.TdClassName
{
border-color: #8CFF61;
}
.TagClassName
{
border-color: #8CFF61;
}
</style>