Shades of Screamin' Green #55FA73
Tints of Screamin' Green #55FA73
RGB
CMYK
RGB Variations
Color information
#55FA73 (or 0x55FA73) is known color: Screamin' Green. HEX triplet: 55, FA and 73. RGB value is (85,250,115). Sum of RGB (Red+Green+Blue) = 85+250+115=450 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.89% from 450); Green value is 250 (98.05% from 255 or 55.56% from 450); Blue value is 115 (45.31% from 255 or 25.56% from 450); Max value from RGB is 250 - color contains mainly: green. Hex color #55FA73 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55FA73 is #AA058C. Grayscale: #B9B9B9. Windows color (decimal): -11142541 or 7600725. OLE color: 7600725.
HSL color Cylindrical-coordinate representation of color #55FA73: hue angle of 130.91º 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 #55FA73 is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 250 | 115 | - |
| CMYK | 0.66 | 0 | 0.54 | 0.02 |
| HSL | 130.91º | 0.94% | 0.66% | - |
| HSV(B) | 130.91º | 0.66% | 0.98% | - |
| XYZ | 41.03 | 71.54 | 27.87 | - |
| YUV | 185.28 | 88.34 | 56.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 250 | 115 | 0.66 | 0 | 0.54 | 0.02 | 130.91 | 0.94 | 0.66 |
| Hex | 55 | FA | 73 | 42 | 0 | 36 | 2 | 83 | 5E | 42 |
| Octal | 125 | 372 | 163 | 102 | 0 | 66 | 2 | 203 | 136 | 102 |
| Binary | 1010101 | 11111010 | 1110011 | 1000010 | 0 | 110110 | 10 | 10000011 | 1011110 | 1000010 |
Color Harmonies of #55FA73
Complementary color
Monochromatic Colors of #55FA73
Black with #55FA73
Text Example
Text Example
White with #55FA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FA73; }
p { color: rgb(85,250,115); }
H1.HeaderClassName
{
color: #55FA73;
}
.AnyTagClassName
{
color: #55FA73;
}
</style>
background-color css
<style>
a { background-color: #55FA73; }
a { background-color: rgb(85,250,115); }
div.DivClassName
{
background-color: #55FA73;
}
.BgClassName
{
background-color: #55FA73;
}
</style>
border-color css
<style>
span { border-color: #55FA73; }
span { border-color: rgb(85,250,115); }
td.TdClassName
{
border-color: #55FA73;
}
.TagClassName
{
border-color: #55FA73;
}
</style>