Shades of Screamin' Green #55FA80
Tints of Screamin' Green #55FA80
RGB
CMYK
RGB Variations
Color information
#55FA80 (or 0x55FA80) is known color: Screamin' Green. HEX triplet: 55, FA and 80. RGB value is (85,250,128). Sum of RGB (Red+Green+Blue) = 85+250+128=463 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.36% from 463); Green value is 250 (98.05% from 255 or 54.00% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 250 - color contains mainly: green. Hex color #55FA80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FA80 is #AA057F. Grayscale: #BBBBBB. Windows color (decimal): -11142528 or 8452693. OLE color: 8452693.
HSL color Cylindrical-coordinate representation of color #55FA80: hue angle of 135.64º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55FA80 is Cyan = 0.66, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 250 | 128 | - |
| CMYK | 0.66 | 0 | 0.49 | 0.02 |
| HSL | 135.64º | 0.94% | 0.66% | - |
| HSV(B) | 135.64º | 0.66% | 0.98% | - |
| XYZ | 41.83 | 71.86 | 32.09 | - |
| YUV | 186.76 | 94.84 | 55.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 250 | 128 | 0.66 | 0 | 0.49 | 0.02 | 135.64 | 0.94 | 0.66 |
| Hex | 55 | FA | 80 | 42 | 0 | 31 | 2 | 88 | 5E | 42 |
| Octal | 125 | 372 | 200 | 102 | 0 | 61 | 2 | 210 | 136 | 102 |
| Binary | 1010101 | 11111010 | 10000000 | 1000010 | 0 | 110001 | 10 | 10001000 | 1011110 | 1000010 |
Color Harmonies of #55FA80
Complementary color
Monochromatic Colors of #55FA80
Black with #55FA80
Text Example
Text Example
White with #55FA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FA80; }
p { color: rgb(85,250,128); }
H1.HeaderClassName
{
color: #55FA80;
}
.AnyTagClassName
{
color: #55FA80;
}
</style>
background-color css
<style>
a { background-color: #55FA80; }
a { background-color: rgb(85,250,128); }
div.DivClassName
{
background-color: #55FA80;
}
.BgClassName
{
background-color: #55FA80;
}
</style>
border-color css
<style>
span { border-color: #55FA80; }
span { border-color: rgb(85,250,128); }
td.TdClassName
{
border-color: #55FA80;
}
.TagClassName
{
border-color: #55FA80;
}
</style>