Shades of Screamin' Green #55F77D
Tints of Screamin' Green #55F77D
RGB
CMYK
RGB Variations
Color information
#55F77D (or 0x55F77D) is known color: Screamin' Green. HEX triplet: 55, F7 and 7D. RGB value is (85,247,125). Sum of RGB (Red+Green+Blue) = 85+247+125=457 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.60% from 457); Green value is 247 (96.88% from 255 or 54.05% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 247 - color contains mainly: green. Hex color #55F77D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55F77D is #AA0882. Grayscale: #B8B8B8. Windows color (decimal): -11143299 or 8255317. OLE color: 8255317.
HSL color Cylindrical-coordinate representation of color #55F77D: hue angle of 134.81º 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 #55F77D is Cyan = 0.66, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 85 | 247 | 125 | - |
| CMYK | 0.66 | 0 | 0.49 | 0.03 |
| HSL | 134.81º | 0.91% | 0.65% | - |
| HSV(B) | 134.81º | 0.66% | 0.97% | - |
| XYZ | 40.71 | 69.93 | 30.75 | - |
| YUV | 184.65 | 94.33 | 56.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 247 | 125 | 0.66 | 0 | 0.49 | 0.03 | 134.81 | 0.91 | 0.65 |
| Hex | 55 | F7 | 7D | 42 | 0 | 31 | 3 | 87 | 5B | 41 |
| Octal | 125 | 367 | 175 | 102 | 0 | 61 | 3 | 207 | 133 | 101 |
| Binary | 1010101 | 11110111 | 1111101 | 1000010 | 0 | 110001 | 11 | 10000111 | 1011011 | 1000001 |
Color Harmonies of #55F77D
Complementary color
Monochromatic Colors of #55F77D
Black with #55F77D
Text Example
Text Example
White with #55F77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F77D; }
p { color: rgb(85,247,125); }
H1.HeaderClassName
{
color: #55F77D;
}
.AnyTagClassName
{
color: #55F77D;
}
</style>
background-color css
<style>
a { background-color: #55F77D; }
a { background-color: rgb(85,247,125); }
div.DivClassName
{
background-color: #55F77D;
}
.BgClassName
{
background-color: #55F77D;
}
</style>
border-color css
<style>
span { border-color: #55F77D; }
span { border-color: rgb(85,247,125); }
td.TdClassName
{
border-color: #55F77D;
}
.TagClassName
{
border-color: #55F77D;
}
</style>