Shades of Screamin' Green #55FA8D
Tints of Screamin' Green #55FA8D
RGB
CMYK
RGB Variations
Color information
#55FA8D (or 0x55FA8D) is known color: Screamin' Green. HEX triplet: 55, FA and 8D. RGB value is (85,250,141). Sum of RGB (Red+Green+Blue) = 85+250+141=476 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.86% from 476); Green value is 250 (98.05% from 255 or 52.52% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 250 - color contains mainly: green. Hex color #55FA8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FA8D is #AA0572. Grayscale: #BCBCBC. Windows color (decimal): -11142515 or 9304661. OLE color: 9304661.
HSL color Cylindrical-coordinate representation of color #55FA8D: hue angle of 140.36º degrees, saturation: 0.94, 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 #55FA8D is Cyan = 0.66, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 250 | 141 | - |
| CMYK | 0.66 | 0 | 0.44 | 0.02 |
| HSL | 140.36º | 0.94% | 0.66% | - |
| HSV(B) | 140.36º | 0.66% | 0.98% | - |
| XYZ | 42.74 | 72.23 | 36.89 | - |
| YUV | 188.24 | 101.34 | 54.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 250 | 141 | 0.66 | 0 | 0.44 | 0.02 | 140.36 | 0.94 | 0.66 |
| Hex | 55 | FA | 8D | 42 | 0 | 2C | 2 | 8C | 5E | 42 |
| Octal | 125 | 372 | 215 | 102 | 0 | 54 | 2 | 214 | 136 | 102 |
| Binary | 1010101 | 11111010 | 10001101 | 1000010 | 0 | 101100 | 10 | 10001100 | 1011110 | 1000010 |
Color Harmonies of #55FA8D
Complementary color
Monochromatic Colors of #55FA8D
Black with #55FA8D
Text Example
Text Example
White with #55FA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FA8D; }
p { color: rgb(85,250,141); }
H1.HeaderClassName
{
color: #55FA8D;
}
.AnyTagClassName
{
color: #55FA8D;
}
</style>
background-color css
<style>
a { background-color: #55FA8D; }
a { background-color: rgb(85,250,141); }
div.DivClassName
{
background-color: #55FA8D;
}
.BgClassName
{
background-color: #55FA8D;
}
</style>
border-color css
<style>
span { border-color: #55FA8D; }
span { border-color: rgb(85,250,141); }
td.TdClassName
{
border-color: #55FA8D;
}
.TagClassName
{
border-color: #55FA8D;
}
</style>