Shades of Screamin' Green #55F785
Tints of Screamin' Green #55F785
RGB
CMYK
RGB Variations
Color information
#55F785 (or 0x55F785) is known color: Screamin' Green. HEX triplet: 55, F7 and 85. RGB value is (85,247,133). Sum of RGB (Red+Green+Blue) = 85+247+133=465 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.28% from 465); Green value is 247 (96.88% from 255 or 53.12% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 247 - color contains mainly: green. Hex color #55F785 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F785 is #AA087A. Grayscale: #B9B9B9. Windows color (decimal): -11143291 or 8779605. OLE color: 8779605.
HSL color Cylindrical-coordinate representation of color #55F785: hue angle of 137.78º 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 #55F785 is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 85 | 247 | 133 | - |
| CMYK | 0.66 | 0 | 0.46 | 0.03 |
| HSL | 137.78º | 0.91% | 0.65% | - |
| HSV(B) | 137.78º | 0.66% | 0.97% | - |
| XYZ | 41.24 | 70.15 | 33.56 | - |
| YUV | 185.57 | 98.33 | 56.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 247 | 133 | 0.66 | 0 | 0.46 | 0.03 | 137.78 | 0.91 | 0.65 |
| Hex | 55 | F7 | 85 | 42 | 0 | 2E | 3 | 8A | 5B | 41 |
| Octal | 125 | 367 | 205 | 102 | 0 | 56 | 3 | 212 | 133 | 101 |
| Binary | 1010101 | 11110111 | 10000101 | 1000010 | 0 | 101110 | 11 | 10001010 | 1011011 | 1000001 |
Color Harmonies of #55F785
Complementary color
Monochromatic Colors of #55F785
Black with #55F785
Text Example
Text Example
White with #55F785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F785; }
p { color: rgb(85,247,133); }
H1.HeaderClassName
{
color: #55F785;
}
.AnyTagClassName
{
color: #55F785;
}
</style>
background-color css
<style>
a { background-color: #55F785; }
a { background-color: rgb(85,247,133); }
div.DivClassName
{
background-color: #55F785;
}
.BgClassName
{
background-color: #55F785;
}
</style>
border-color css
<style>
span { border-color: #55F785; }
span { border-color: rgb(85,247,133); }
td.TdClassName
{
border-color: #55F785;
}
.TagClassName
{
border-color: #55F785;
}
</style>