Shades of Screamin' Green #55F565
Tints of Screamin' Green #55F565
RGB
CMYK
RGB Variations
Color information
#55F565 (or 0x55F565) is known color: Screamin' Green. HEX triplet: 55, F5 and 65. RGB value is (85,245,101). Sum of RGB (Red+Green+Blue) = 85+245+101=431 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.72% from 431); Green value is 245 (96.09% from 255 or 56.84% from 431); Blue value is 101 (39.84% from 255 or 23.43% from 431); Max value from RGB is 245 - color contains mainly: green. Hex color #55F565 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55F565 is #AA0A9A. Grayscale: #B5B5B5. Windows color (decimal): -11143835 or 6681941. OLE color: 6681941.
HSL color Cylindrical-coordinate representation of color #55F565: hue angle of 126º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F565 is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 245 | 101 | - |
| CMYK | 0.65 | 0 | 0.59 | 0.04 |
| HSL | 126º | 0.89% | 0.65% | - |
| HSV(B) | 126º | 0.65% | 0.96% | - |
| XYZ | 38.75 | 68.18 | 23.43 | - |
| YUV | 180.74 | 82.99 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 245 | 101 | 0.65 | 0 | 0.59 | 0.04 | 126 | 0.89 | 0.65 |
| Hex | 55 | F5 | 65 | 41 | 0 | 3B | 4 | 7E | 59 | 41 |
| Octal | 125 | 365 | 145 | 101 | 0 | 73 | 4 | 176 | 131 | 101 |
| Binary | 1010101 | 11110101 | 1100101 | 1000001 | 0 | 111011 | 100 | 1111110 | 1011001 | 1000001 |
Color Harmonies of #55F565
Complementary color
Monochromatic Colors of #55F565
Black with #55F565
Text Example
Text Example
White with #55F565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F565; }
p { color: rgb(85,245,101); }
H1.HeaderClassName
{
color: #55F565;
}
.AnyTagClassName
{
color: #55F565;
}
</style>
background-color css
<style>
a { background-color: #55F565; }
a { background-color: rgb(85,245,101); }
div.DivClassName
{
background-color: #55F565;
}
.BgClassName
{
background-color: #55F565;
}
</style>
border-color css
<style>
span { border-color: #55F565; }
span { border-color: rgb(85,245,101); }
td.TdClassName
{
border-color: #55F565;
}
.TagClassName
{
border-color: #55F565;
}
</style>