Shades of Screamin' Green #55F07C
Tints of Screamin' Green #55F07C
RGB
CMYK
RGB Variations
Color information
#55F07C (or 0x55F07C) is known color: Screamin' Green. HEX triplet: 55, F0 and 7C. RGB value is (85,240,124). Sum of RGB (Red+Green+Blue) = 85+240+124=449 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.93% from 449); Green value is 240 (94.14% from 255 or 53.45% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 240 - color contains mainly: green. Hex color #55F07C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55F07C is #AA0F83. Grayscale: #B4B4B4. Windows color (decimal): -11145092 or 8187989. OLE color: 8187989.
HSL color Cylindrical-coordinate representation of color #55F07C: hue angle of 135.1º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F07C is Cyan = 0.65, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 240 | 124 | - |
| CMYK | 0.65 | 0 | 0.48 | 0.06 |
| HSL | 135.1º | 0.84% | 0.64% | - |
| HSV(B) | 135.1º | 0.65% | 0.94% | - |
| XYZ | 38.54 | 65.71 | 29.72 | - |
| YUV | 180.43 | 96.15 | 59.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 240 | 124 | 0.65 | 0 | 0.48 | 0.06 | 135.1 | 0.84 | 0.64 |
| Hex | 55 | F0 | 7C | 41 | 0 | 30 | 6 | 87 | 54 | 40 |
| Octal | 125 | 360 | 174 | 101 | 0 | 60 | 6 | 207 | 124 | 100 |
| Binary | 1010101 | 11110000 | 1111100 | 1000001 | 0 | 110000 | 110 | 10000111 | 1010100 | 1000000 |
Color Harmonies of #55F07C
Complementary color
Monochromatic Colors of #55F07C
Black with #55F07C
Text Example
Text Example
White with #55F07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F07C; }
p { color: rgb(85,240,124); }
H1.HeaderClassName
{
color: #55F07C;
}
.AnyTagClassName
{
color: #55F07C;
}
</style>
background-color css
<style>
a { background-color: #55F07C; }
a { background-color: rgb(85,240,124); }
div.DivClassName
{
background-color: #55F07C;
}
.BgClassName
{
background-color: #55F07C;
}
</style>
border-color css
<style>
span { border-color: #55F07C; }
span { border-color: rgb(85,240,124); }
td.TdClassName
{
border-color: #55F07C;
}
.TagClassName
{
border-color: #55F07C;
}
</style>