Shades of Screamin' Green #8CFF53
Tints of Screamin' Green #8CFF53
RGB
CMYK
RGB Variations
Color information
#8CFF53 (or 0x8CFF53) is known color: Screamin' Green. HEX triplet: 8C, FF and 53. RGB value is (140,255,83). Sum of RGB (Red+Green+Blue) = 140+255+83=478 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.29% from 478); Green value is 255 (100% from 255 or 53.35% from 478); Blue value is 83 (32.81% from 255 or 17.36% from 478); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFF53 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CFF53 is #7300AC. Grayscale: #C9C9C9. Windows color (decimal): -7536813 or 5504908. OLE color: 5504908.
HSL color Cylindrical-coordinate representation of color #8CFF53: hue angle of 100.12º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8CFF53 is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 255 | 83 | - |
| CMYK | 0.45 | 0 | 0.67 | 0 |
| HSL | 100.12º | 1% | 0.66% | - |
| HSV(B) | 100.12º | 0.67% | 1% | - |
| XYZ | 48.14 | 77.72 | 20.65 | - |
| YUV | 201.01 | 61.4 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 255 | 83 | 0.45 | 0 | 0.67 | 0 | 100.12 | 1 | 0.66 |
| Hex | 8C | FF | 53 | 2D | 0 | 43 | 0 | 64 | 64 | 42 |
| Octal | 214 | 377 | 123 | 55 | 0 | 103 | 0 | 144 | 144 | 102 |
| Binary | 10001100 | 11111111 | 1010011 | 101101 | 0 | 1000011 | 0 | 1100100 | 1100100 | 1000010 |
Color Harmonies of #8CFF53
Complementary color
Monochromatic Colors of #8CFF53
Black with #8CFF53
Text Example
Text Example
White with #8CFF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFF53; }
p { color: rgb(140,255,83); }
H1.HeaderClassName
{
color: #8CFF53;
}
.AnyTagClassName
{
color: #8CFF53;
}
</style>
background-color css
<style>
a { background-color: #8CFF53; }
a { background-color: rgb(140,255,83); }
div.DivClassName
{
background-color: #8CFF53;
}
.BgClassName
{
background-color: #8CFF53;
}
</style>
border-color css
<style>
span { border-color: #8CFF53; }
span { border-color: rgb(140,255,83); }
td.TdClassName
{
border-color: #8CFF53;
}
.TagClassName
{
border-color: #8CFF53;
}
</style>