Shades of Screamin' Green #55FA60
Tints of Screamin' Green #55FA60
RGB
CMYK
RGB Variations
Color information
#55FA60 (or 0x55FA60) is known color: Screamin' Green. HEX triplet: 55, FA and 60. RGB value is (85,250,96). Sum of RGB (Red+Green+Blue) = 85+250+96=431 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.72% from 431); Green value is 250 (98.05% from 255 or 58.00% from 431); Blue value is 96 (37.89% from 255 or 22.27% from 431); Max value from RGB is 250 - color contains mainly: green. Hex color #55FA60 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55FA60 is #AA059F. Grayscale: #B7B7B7. Windows color (decimal): -11142560 or 6355541. OLE color: 6355541.
HSL color Cylindrical-coordinate representation of color #55FA60: hue angle of 124º 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 #55FA60 is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 250 | 96 | - |
| CMYK | 0.66 | 0 | 0.62 | 0.02 |
| HSL | 124º | 0.94% | 0.66% | - |
| HSV(B) | 124º | 0.66% | 0.98% | - |
| XYZ | 40.04 | 71.15 | 22.69 | - |
| YUV | 183.11 | 78.84 | 58.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 250 | 96 | 0.66 | 0 | 0.62 | 0.02 | 124 | 0.94 | 0.66 |
| Hex | 55 | FA | 60 | 42 | 0 | 3E | 2 | 7C | 5E | 42 |
| Octal | 125 | 372 | 140 | 102 | 0 | 76 | 2 | 174 | 136 | 102 |
| Binary | 1010101 | 11111010 | 1100000 | 1000010 | 0 | 111110 | 10 | 1111100 | 1011110 | 1000010 |
Color Harmonies of #55FA60
Complementary color
Monochromatic Colors of #55FA60
Black with #55FA60
Text Example
Text Example
White with #55FA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FA60; }
p { color: rgb(85,250,96); }
H1.HeaderClassName
{
color: #55FA60;
}
.AnyTagClassName
{
color: #55FA60;
}
</style>
background-color css
<style>
a { background-color: #55FA60; }
a { background-color: rgb(85,250,96); }
div.DivClassName
{
background-color: #55FA60;
}
.BgClassName
{
background-color: #55FA60;
}
</style>
border-color css
<style>
span { border-color: #55FA60; }
span { border-color: rgb(85,250,96); }
td.TdClassName
{
border-color: #55FA60;
}
.TagClassName
{
border-color: #55FA60;
}
</style>