Shades of Screamin' Green #55FD7D
Tints of Screamin' Green #55FD7D
RGB
CMYK
RGB Variations
Color information
#55FD7D (or 0x55FD7D) is known color: Screamin' Green. HEX triplet: 55, FD and 7D. RGB value is (85,253,125). Sum of RGB (Red+Green+Blue) = 85+253+125=463 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.36% from 463); Green value is 253 (99.22% from 255 or 54.64% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 253 - color contains mainly: green. Hex color #55FD7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55FD7D is #AA0282. Grayscale: #BCBCBC. Windows color (decimal): -11141763 or 8256853. OLE color: 8256853.
HSL color Cylindrical-coordinate representation of color #55FD7D: hue angle of 134.29º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55FD7D is Cyan = 0.66, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 253 | 125 | - |
| CMYK | 0.66 | 0 | 0.51 | 0.01 |
| HSL | 134.29º | 0.98% | 0.66% | - |
| HSV(B) | 134.29º | 0.66% | 0.99% | - |
| XYZ | 42.57 | 73.66 | 31.38 | - |
| YUV | 188.18 | 92.34 | 54.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 253 | 125 | 0.66 | 0 | 0.51 | 0.01 | 134.29 | 0.98 | 0.66 |
| Hex | 55 | FD | 7D | 42 | 0 | 33 | 1 | 86 | 62 | 42 |
| Octal | 125 | 375 | 175 | 102 | 0 | 63 | 1 | 206 | 142 | 102 |
| Binary | 1010101 | 11111101 | 1111101 | 1000010 | 0 | 110011 | 1 | 10000110 | 1100010 | 1000010 |
Color Harmonies of #55FD7D
Complementary color
Monochromatic Colors of #55FD7D
Black with #55FD7D
Text Example
Text Example
White with #55FD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FD7D; }
p { color: rgb(85,253,125); }
H1.HeaderClassName
{
color: #55FD7D;
}
.AnyTagClassName
{
color: #55FD7D;
}
</style>
background-color css
<style>
a { background-color: #55FD7D; }
a { background-color: rgb(85,253,125); }
div.DivClassName
{
background-color: #55FD7D;
}
.BgClassName
{
background-color: #55FD7D;
}
</style>
border-color css
<style>
span { border-color: #55FD7D; }
span { border-color: rgb(85,253,125); }
td.TdClassName
{
border-color: #55FD7D;
}
.TagClassName
{
border-color: #55FD7D;
}
</style>