Shades of Screamin' Green #55F78C
Tints of Screamin' Green #55F78C
RGB
CMYK
RGB Variations
Color information
#55F78C (or 0x55F78C) is known color: Screamin' Green. HEX triplet: 55, F7 and 8C. RGB value is (85,247,140). Sum of RGB (Red+Green+Blue) = 85+247+140=472 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.01% from 472); Green value is 247 (96.88% from 255 or 52.33% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 247 - color contains mainly: green. Hex color #55F78C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F78C is #AA0873. Grayscale: #BABABA. Windows color (decimal): -11143284 or 9238357. OLE color: 9238357.
HSL color Cylindrical-coordinate representation of color #55F78C: hue angle of 140.37º degrees, saturation: 0.91, 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 #55F78C is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 85 | 247 | 140 | - |
| CMYK | 0.66 | 0 | 0.43 | 0.03 |
| HSL | 140.37º | 0.91% | 0.65% | - |
| HSV(B) | 140.37º | 0.66% | 0.97% | - |
| XYZ | 41.74 | 70.35 | 36.19 | - |
| YUV | 186.36 | 101.83 | 55.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 247 | 140 | 0.66 | 0 | 0.43 | 0.03 | 140.37 | 0.91 | 0.65 |
| Hex | 55 | F7 | 8C | 42 | 0 | 2B | 3 | 8C | 5B | 41 |
| Octal | 125 | 367 | 214 | 102 | 0 | 53 | 3 | 214 | 133 | 101 |
| Binary | 1010101 | 11110111 | 10001100 | 1000010 | 0 | 101011 | 11 | 10001100 | 1011011 | 1000001 |
Color Harmonies of #55F78C
Complementary color
Monochromatic Colors of #55F78C
Black with #55F78C
Text Example
Text Example
White with #55F78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F78C; }
p { color: rgb(85,247,140); }
H1.HeaderClassName
{
color: #55F78C;
}
.AnyTagClassName
{
color: #55F78C;
}
</style>
background-color css
<style>
a { background-color: #55F78C; }
a { background-color: rgb(85,247,140); }
div.DivClassName
{
background-color: #55F78C;
}
.BgClassName
{
background-color: #55F78C;
}
</style>
border-color css
<style>
span { border-color: #55F78C; }
span { border-color: rgb(85,247,140); }
td.TdClassName
{
border-color: #55F78C;
}
.TagClassName
{
border-color: #55F78C;
}
</style>