Shades of Screamin' Green #55F447
Tints of Screamin' Green #55F447
RGB
CMYK
RGB Variations
Color information
#55F447 (or 0x55F447) is known color: Screamin' Green. HEX triplet: 55, F4 and 47. RGB value is (85,244,71). Sum of RGB (Red+Green+Blue) = 85+244+71=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 244 (95.70% from 255 or 61% from 400); Blue value is 71 (28.12% from 255 or 17.75% from 400); Max value from RGB is 244 - color contains mainly: green. Hex color #55F447 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F447 is #AA0BB8. Grayscale: #B1B1B1. Windows color (decimal): -11144121 or 4715605. OLE color: 4715605.
HSL color Cylindrical-coordinate representation of color #55F447: hue angle of 115.14º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #55F447 is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 244 | 71 | - |
| CMYK | 0.65 | 0 | 0.71 | 0.04 |
| HSL | 115.14º | 0.89% | 0.62% | - |
| HSV(B) | 115.14º | 0.71% | 0.96% | - |
| XYZ | 37.23 | 67.09 | 16.95 | - |
| YUV | 176.74 | 68.32 | 62.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 244 | 71 | 0.65 | 0 | 0.71 | 0.04 | 115.14 | 0.89 | 0.62 |
| Hex | 55 | F4 | 47 | 41 | 0 | 47 | 4 | 73 | 59 | 3E |
| Octal | 125 | 364 | 107 | 101 | 0 | 107 | 4 | 163 | 131 | 76 |
| Binary | 1010101 | 11110100 | 1000111 | 1000001 | 0 | 1000111 | 100 | 1110011 | 1011001 | 111110 |
Color Harmonies of #55F447
Complementary color
Monochromatic Colors of #55F447
Black with #55F447
Text Example
Text Example
White with #55F447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F447; }
p { color: rgb(85,244,71); }
H1.HeaderClassName
{
color: #55F447;
}
.AnyTagClassName
{
color: #55F447;
}
</style>
background-color css
<style>
a { background-color: #55F447; }
a { background-color: rgb(85,244,71); }
div.DivClassName
{
background-color: #55F447;
}
.BgClassName
{
background-color: #55F447;
}
</style>
border-color css
<style>
span { border-color: #55F447; }
span { border-color: rgb(85,244,71); }
td.TdClassName
{
border-color: #55F447;
}
.TagClassName
{
border-color: #55F447;
}
</style>