Shades of Screamin' Green #55FA85
Tints of Screamin' Green #55FA85
RGB
CMYK
RGB Variations
Color information
#55FA85 (or 0x55FA85) is known color: Screamin' Green. HEX triplet: 55, FA and 85. RGB value is (85,250,133). Sum of RGB (Red+Green+Blue) = 85+250+133=468 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.16% from 468); Green value is 250 (98.05% from 255 or 53.42% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 250 - color contains mainly: green. Hex color #55FA85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FA85 is #AA057A. Grayscale: #BBBBBB. Windows color (decimal): -11142523 or 8780373. OLE color: 8780373.
HSL color Cylindrical-coordinate representation of color #55FA85: hue angle of 137.45º 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 #55FA85 is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 250 | 133 | - |
| CMYK | 0.66 | 0 | 0.47 | 0.02 |
| HSL | 137.45º | 0.94% | 0.66% | - |
| HSV(B) | 137.45º | 0.66% | 0.98% | - |
| XYZ | 42.17 | 72 | 33.86 | - |
| YUV | 187.33 | 97.34 | 55.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 250 | 133 | 0.66 | 0 | 0.47 | 0.02 | 137.45 | 0.94 | 0.66 |
| Hex | 55 | FA | 85 | 42 | 0 | 2F | 2 | 89 | 5E | 42 |
| Octal | 125 | 372 | 205 | 102 | 0 | 57 | 2 | 211 | 136 | 102 |
| Binary | 1010101 | 11111010 | 10000101 | 1000010 | 0 | 101111 | 10 | 10001001 | 1011110 | 1000010 |
Color Harmonies of #55FA85
Complementary color
Monochromatic Colors of #55FA85
Black with #55FA85
Text Example
Text Example
White with #55FA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FA85; }
p { color: rgb(85,250,133); }
H1.HeaderClassName
{
color: #55FA85;
}
.AnyTagClassName
{
color: #55FA85;
}
</style>
background-color css
<style>
a { background-color: #55FA85; }
a { background-color: rgb(85,250,133); }
div.DivClassName
{
background-color: #55FA85;
}
.BgClassName
{
background-color: #55FA85;
}
</style>
border-color css
<style>
span { border-color: #55FA85; }
span { border-color: rgb(85,250,133); }
td.TdClassName
{
border-color: #55FA85;
}
.TagClassName
{
border-color: #55FA85;
}
</style>