Shades of Screamin' Green #55F485
Tints of Screamin' Green #55F485
RGB
CMYK
RGB Variations
Color information
#55F485 (or 0x55F485) is known color: Screamin' Green. HEX triplet: 55, F4 and 85. RGB value is (85,244,133). Sum of RGB (Red+Green+Blue) = 85+244+133=462 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.40% from 462); Green value is 244 (95.70% from 255 or 52.81% from 462); Blue value is 133 (52.34% from 255 or 28.79% from 462); Max value from RGB is 244 - color contains mainly: green. Hex color #55F485 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F485 is #AA0B7A. Grayscale: #B8B8B8. Windows color (decimal): -11144059 or 8778837. OLE color: 8778837.
HSL color Cylindrical-coordinate representation of color #55F485: hue angle of 138.11º 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 #55F485 is Cyan = 0.65, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 244 | 133 | - |
| CMYK | 0.65 | 0 | 0.45 | 0.04 |
| HSL | 138.11º | 0.88% | 0.65% | - |
| HSV(B) | 138.11º | 0.65% | 0.96% | - |
| XYZ | 40.33 | 68.33 | 33.25 | - |
| YUV | 183.81 | 99.32 | 57.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 244 | 133 | 0.65 | 0 | 0.45 | 0.04 | 138.11 | 0.88 | 0.65 |
| Hex | 55 | F4 | 85 | 41 | 0 | 2D | 4 | 8A | 58 | 41 |
| Octal | 125 | 364 | 205 | 101 | 0 | 55 | 4 | 212 | 130 | 101 |
| Binary | 1010101 | 11110100 | 10000101 | 1000001 | 0 | 101101 | 100 | 10001010 | 1011000 | 1000001 |
Color Harmonies of #55F485
Complementary color
Monochromatic Colors of #55F485
Black with #55F485
Text Example
Text Example
White with #55F485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F485; }
p { color: rgb(85,244,133); }
H1.HeaderClassName
{
color: #55F485;
}
.AnyTagClassName
{
color: #55F485;
}
</style>
background-color css
<style>
a { background-color: #55F485; }
a { background-color: rgb(85,244,133); }
div.DivClassName
{
background-color: #55F485;
}
.BgClassName
{
background-color: #55F485;
}
</style>
border-color css
<style>
span { border-color: #55F485; }
span { border-color: rgb(85,244,133); }
td.TdClassName
{
border-color: #55F485;
}
.TagClassName
{
border-color: #55F485;
}
</style>