Shades of Screamin' Green #55F883
Tints of Screamin' Green #55F883
RGB
CMYK
RGB Variations
Color information
#55F883 (or 0x55F883) is known color: Screamin' Green. HEX triplet: 55, F8 and 83. RGB value is (85,248,131). Sum of RGB (Red+Green+Blue) = 85+248+131=464 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.32% from 464); Green value is 248 (97.27% from 255 or 53.45% from 464); Blue value is 131 (51.56% from 255 or 28.23% from 464); Max value from RGB is 248 - color contains mainly: green. Hex color #55F883 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F883 is #AA077C. Grayscale: #BABABA. Windows color (decimal): -11143037 or 8648789. OLE color: 8648789.
HSL color Cylindrical-coordinate representation of color #55F883: hue angle of 136.93º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55F883 is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 85 | 248 | 131 | - |
| CMYK | 0.66 | 0 | 0.47 | 0.03 |
| HSL | 136.93º | 0.92% | 0.65% | - |
| HSV(B) | 136.93º | 0.66% | 0.97% | - |
| XYZ | 41.41 | 70.7 | 32.94 | - |
| YUV | 185.93 | 97 | 56.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 248 | 131 | 0.66 | 0 | 0.47 | 0.03 | 136.93 | 0.92 | 0.65 |
| Hex | 55 | F8 | 83 | 42 | 0 | 2F | 3 | 89 | 5C | 41 |
| Octal | 125 | 370 | 203 | 102 | 0 | 57 | 3 | 211 | 134 | 101 |
| Binary | 1010101 | 11111000 | 10000011 | 1000010 | 0 | 101111 | 11 | 10001001 | 1011100 | 1000001 |
Color Harmonies of #55F883
Complementary color
Monochromatic Colors of #55F883
Black with #55F883
Text Example
Text Example
White with #55F883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F883; }
p { color: rgb(85,248,131); }
H1.HeaderClassName
{
color: #55F883;
}
.AnyTagClassName
{
color: #55F883;
}
</style>
background-color css
<style>
a { background-color: #55F883; }
a { background-color: rgb(85,248,131); }
div.DivClassName
{
background-color: #55F883;
}
.BgClassName
{
background-color: #55F883;
}
</style>
border-color css
<style>
span { border-color: #55F883; }
span { border-color: rgb(85,248,131); }
td.TdClassName
{
border-color: #55F883;
}
.TagClassName
{
border-color: #55F883;
}
</style>