Shades of Screamin' Green #55FA76
Tints of Screamin' Green #55FA76
RGB
CMYK
RGB Variations
Color information
#55FA76 (or 0x55FA76) is known color: Screamin' Green. HEX triplet: 55, FA and 76. RGB value is (85,250,118). Sum of RGB (Red+Green+Blue) = 85+250+118=453 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.76% from 453); Green value is 250 (98.05% from 255 or 55.19% from 453); Blue value is 118 (46.48% from 255 or 26.05% from 453); Max value from RGB is 250 - color contains mainly: green. Hex color #55FA76 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55FA76 is #AA0589. Grayscale: #B9B9B9. Windows color (decimal): -11142538 or 7797333. OLE color: 7797333.
HSL color Cylindrical-coordinate representation of color #55FA76: hue angle of 132º 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 #55FA76 is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 250 | 118 | - |
| CMYK | 0.66 | 0 | 0.53 | 0.02 |
| HSL | 132º | 0.94% | 0.66% | - |
| HSV(B) | 132º | 0.66% | 0.98% | - |
| XYZ | 41.2 | 71.61 | 28.79 | - |
| YUV | 185.62 | 89.84 | 56.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 250 | 118 | 0.66 | 0 | 0.53 | 0.02 | 132 | 0.94 | 0.66 |
| Hex | 55 | FA | 76 | 42 | 0 | 35 | 2 | 84 | 5E | 42 |
| Octal | 125 | 372 | 166 | 102 | 0 | 65 | 2 | 204 | 136 | 102 |
| Binary | 1010101 | 11111010 | 1110110 | 1000010 | 0 | 110101 | 10 | 10000100 | 1011110 | 1000010 |
Color Harmonies of #55FA76
Complementary color
Monochromatic Colors of #55FA76
Black with #55FA76
Text Example
Text Example
White with #55FA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FA76; }
p { color: rgb(85,250,118); }
H1.HeaderClassName
{
color: #55FA76;
}
.AnyTagClassName
{
color: #55FA76;
}
</style>
background-color css
<style>
a { background-color: #55FA76; }
a { background-color: rgb(85,250,118); }
div.DivClassName
{
background-color: #55FA76;
}
.BgClassName
{
background-color: #55FA76;
}
</style>
border-color css
<style>
span { border-color: #55FA76; }
span { border-color: rgb(85,250,118); }
td.TdClassName
{
border-color: #55FA76;
}
.TagClassName
{
border-color: #55FA76;
}
</style>