Shades of Screamin' Green #8CFB55
Tints of Screamin' Green #8CFB55
RGB
CMYK
RGB Variations
Color information
#8CFB55 (or 0x8CFB55) is known color: Screamin' Green. HEX triplet: 8C, FB and 55. RGB value is (140,251,85). Sum of RGB (Red+Green+Blue) = 140+251+85=476 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.41% from 476); Green value is 251 (98.44% from 255 or 52.73% from 476); Blue value is 85 (33.59% from 255 or 17.86% from 476); Max value from RGB is 251 - color contains mainly: green. Hex color #8CFB55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CFB55 is #7304AA. Grayscale: #C7C7C7. Windows color (decimal): -7537835 or 5634956. OLE color: 5634956.
HSL color Cylindrical-coordinate representation of color #8CFB55: hue angle of 100.12º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8CFB55 is Cyan = 0.44, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 251 | 85 | - |
| CMYK | 0.44 | 0 | 0.66 | 0.02 |
| HSL | 100.12º | 0.95% | 0.66% | - |
| HSV(B) | 100.12º | 0.66% | 0.98% | - |
| XYZ | 46.95 | 75.23 | 20.64 | - |
| YUV | 198.89 | 63.73 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 251 | 85 | 0.44 | 0 | 0.66 | 0.02 | 100.12 | 0.95 | 0.66 |
| Hex | 8C | FB | 55 | 2C | 0 | 42 | 2 | 64 | 5F | 42 |
| Octal | 214 | 373 | 125 | 54 | 0 | 102 | 2 | 144 | 137 | 102 |
| Binary | 10001100 | 11111011 | 1010101 | 101100 | 0 | 1000010 | 10 | 1100100 | 1011111 | 1000010 |
Color Harmonies of #8CFB55
Complementary color
Monochromatic Colors of #8CFB55
Black with #8CFB55
Text Example
Text Example
White with #8CFB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFB55; }
p { color: rgb(140,251,85); }
H1.HeaderClassName
{
color: #8CFB55;
}
.AnyTagClassName
{
color: #8CFB55;
}
</style>
background-color css
<style>
a { background-color: #8CFB55; }
a { background-color: rgb(140,251,85); }
div.DivClassName
{
background-color: #8CFB55;
}
.BgClassName
{
background-color: #8CFB55;
}
</style>
border-color css
<style>
span { border-color: #8CFB55; }
span { border-color: rgb(140,251,85); }
td.TdClassName
{
border-color: #8CFB55;
}
.TagClassName
{
border-color: #8CFB55;
}
</style>