Shades of Screamin' Green #55FA8F
Tints of Screamin' Green #55FA8F
RGB
CMYK
RGB Variations
Color information
#55FA8F (or 0x55FA8F) is known color: Screamin' Green. HEX triplet: 55, FA and 8F. RGB value is (85,250,143). Sum of RGB (Red+Green+Blue) = 85+250+143=478 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.78% from 478); Green value is 250 (98.05% from 255 or 52.30% from 478); Blue value is 143 (56.25% from 255 or 29.92% from 478); Max value from RGB is 250 - color contains mainly: green. Hex color #55FA8F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FA8F is #AA0570. Grayscale: #BCBCBC. Windows color (decimal): -11142513 or 9435733. OLE color: 9435733.
HSL color Cylindrical-coordinate representation of color #55FA8F: hue angle of 141.09º 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 #55FA8F is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 250 | 143 | - |
| CMYK | 0.66 | 0 | 0.43 | 0.02 |
| HSL | 141.09º | 0.94% | 0.66% | - |
| HSV(B) | 141.09º | 0.66% | 0.98% | - |
| XYZ | 42.89 | 72.29 | 37.68 | - |
| YUV | 188.47 | 102.34 | 54.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 250 | 143 | 0.66 | 0 | 0.43 | 0.02 | 141.09 | 0.94 | 0.66 |
| Hex | 55 | FA | 8F | 42 | 0 | 2B | 2 | 8D | 5E | 42 |
| Octal | 125 | 372 | 217 | 102 | 0 | 53 | 2 | 215 | 136 | 102 |
| Binary | 1010101 | 11111010 | 10001111 | 1000010 | 0 | 101011 | 10 | 10001101 | 1011110 | 1000010 |
Color Harmonies of #55FA8F
Complementary color
Monochromatic Colors of #55FA8F
Black with #55FA8F
Text Example
Text Example
White with #55FA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FA8F; }
p { color: rgb(85,250,143); }
H1.HeaderClassName
{
color: #55FA8F;
}
.AnyTagClassName
{
color: #55FA8F;
}
</style>
background-color css
<style>
a { background-color: #55FA8F; }
a { background-color: rgb(85,250,143); }
div.DivClassName
{
background-color: #55FA8F;
}
.BgClassName
{
background-color: #55FA8F;
}
</style>
border-color css
<style>
span { border-color: #55FA8F; }
span { border-color: rgb(85,250,143); }
td.TdClassName
{
border-color: #55FA8F;
}
.TagClassName
{
border-color: #55FA8F;
}
</style>