Shades of Screamin' Green #55FB88
Tints of Screamin' Green #55FB88
RGB
CMYK
RGB Variations
Color information
#55FB88 (or 0x55FB88) is known color: Screamin' Green. HEX triplet: 55, FB and 88. RGB value is (85,251,136). Sum of RGB (Red+Green+Blue) = 85+251+136=472 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.01% from 472); Green value is 251 (98.44% from 255 or 53.18% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 251 - color contains mainly: green. Hex color #55FB88 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FB88 is #AA0477. Grayscale: #BCBCBC. Windows color (decimal): -11142264 or 8977237. OLE color: 8977237.
HSL color Cylindrical-coordinate representation of color #55FB88: hue angle of 138.43º 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 #55FB88 is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 251 | 136 | - |
| CMYK | 0.66 | 0 | 0.46 | 0.02 |
| HSL | 138.43º | 0.95% | 0.66% | - |
| HSV(B) | 138.43º | 0.66% | 0.98% | - |
| XYZ | 42.69 | 72.7 | 35.08 | - |
| YUV | 188.26 | 98.5 | 54.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 251 | 136 | 0.66 | 0 | 0.46 | 0.02 | 138.43 | 0.95 | 0.66 |
| Hex | 55 | FB | 88 | 42 | 0 | 2E | 2 | 8A | 5F | 42 |
| Octal | 125 | 373 | 210 | 102 | 0 | 56 | 2 | 212 | 137 | 102 |
| Binary | 1010101 | 11111011 | 10001000 | 1000010 | 0 | 101110 | 10 | 10001010 | 1011111 | 1000010 |
Color Harmonies of #55FB88
Complementary color
Monochromatic Colors of #55FB88
Black with #55FB88
Text Example
Text Example
White with #55FB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FB88; }
p { color: rgb(85,251,136); }
H1.HeaderClassName
{
color: #55FB88;
}
.AnyTagClassName
{
color: #55FB88;
}
</style>
background-color css
<style>
a { background-color: #55FB88; }
a { background-color: rgb(85,251,136); }
div.DivClassName
{
background-color: #55FB88;
}
.BgClassName
{
background-color: #55FB88;
}
</style>
border-color css
<style>
span { border-color: #55FB88; }
span { border-color: rgb(85,251,136); }
td.TdClassName
{
border-color: #55FB88;
}
.TagClassName
{
border-color: #55FB88;
}
</style>