Shades of Screamin' Green #55F45C
Tints of Screamin' Green #55F45C
RGB
CMYK
RGB Variations
Color information
#55F45C (or 0x55F45C) is known color: Screamin' Green. HEX triplet: 55, F4 and 5C. RGB value is (85,244,92). Sum of RGB (Red+Green+Blue) = 85+244+92=421 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.19% from 421); Green value is 244 (95.70% from 255 or 57.96% from 421); Blue value is 92 (36.33% from 255 or 21.85% from 421); Max value from RGB is 244 - color contains mainly: green. Hex color #55F45C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55F45C is #AA0BA3. Grayscale: #B3B3B3. Windows color (decimal): -11144100 or 6091861. OLE color: 6091861.
HSL color Cylindrical-coordinate representation of color #55F45C: hue angle of 122.64º degrees, saturation: 0.88, 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 #55F45C is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 244 | 92 | - |
| CMYK | 0.65 | 0 | 0.62 | 0.04 |
| HSL | 122.64º | 0.88% | 0.65% | - |
| HSV(B) | 122.64º | 0.65% | 0.96% | - |
| XYZ | 38.03 | 67.41 | 21.13 | - |
| YUV | 179.13 | 78.82 | 60.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 244 | 92 | 0.65 | 0 | 0.62 | 0.04 | 122.64 | 0.88 | 0.65 |
| Hex | 55 | F4 | 5C | 41 | 0 | 3E | 4 | 7B | 58 | 41 |
| Octal | 125 | 364 | 134 | 101 | 0 | 76 | 4 | 173 | 130 | 101 |
| Binary | 1010101 | 11110100 | 1011100 | 1000001 | 0 | 111110 | 100 | 1111011 | 1011000 | 1000001 |
Color Harmonies of #55F45C
Complementary color
Monochromatic Colors of #55F45C
Black with #55F45C
Text Example
Text Example
White with #55F45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F45C; }
p { color: rgb(85,244,92); }
H1.HeaderClassName
{
color: #55F45C;
}
.AnyTagClassName
{
color: #55F45C;
}
</style>
background-color css
<style>
a { background-color: #55F45C; }
a { background-color: rgb(85,244,92); }
div.DivClassName
{
background-color: #55F45C;
}
.BgClassName
{
background-color: #55F45C;
}
</style>
border-color css
<style>
span { border-color: #55F45C; }
span { border-color: rgb(85,244,92); }
td.TdClassName
{
border-color: #55F45C;
}
.TagClassName
{
border-color: #55F45C;
}
</style>