Shades of Screamin' Green #55F863
Tints of Screamin' Green #55F863
RGB
CMYK
RGB Variations
Color information
#55F863 (or 0x55F863) is known color: Screamin' Green. HEX triplet: 55, F8 and 63. RGB value is (85,248,99). Sum of RGB (Red+Green+Blue) = 85+248+99=432 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.68% from 432); Green value is 248 (97.27% from 255 or 57.41% from 432); Blue value is 99 (39.06% from 255 or 22.92% from 432); Max value from RGB is 248 - color contains mainly: green. Hex color #55F863 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55F863 is #AA079C. Grayscale: #B6B6B6. Windows color (decimal): -11143069 or 6551637. OLE color: 6551637.
HSL color Cylindrical-coordinate representation of color #55F863: hue angle of 125.15º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55F863 is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 85 | 248 | 99 | - |
| CMYK | 0.66 | 0 | 0.60 | 0.03 |
| HSL | 125.15º | 0.92% | 0.65% | - |
| HSV(B) | 125.15º | 0.66% | 0.97% | - |
| XYZ | 39.57 | 69.97 | 23.22 | - |
| YUV | 182.28 | 81 | 58.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 248 | 99 | 0.66 | 0 | 0.60 | 0.03 | 125.15 | 0.92 | 0.65 |
| Hex | 55 | F8 | 63 | 42 | 0 | 3C | 3 | 7D | 5C | 41 |
| Octal | 125 | 370 | 143 | 102 | 0 | 74 | 3 | 175 | 134 | 101 |
| Binary | 1010101 | 11111000 | 1100011 | 1000010 | 0 | 111100 | 11 | 1111101 | 1011100 | 1000001 |
Color Harmonies of #55F863
Complementary color
Monochromatic Colors of #55F863
Black with #55F863
Text Example
Text Example
White with #55F863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F863; }
p { color: rgb(85,248,99); }
H1.HeaderClassName
{
color: #55F863;
}
.AnyTagClassName
{
color: #55F863;
}
</style>
background-color css
<style>
a { background-color: #55F863; }
a { background-color: rgb(85,248,99); }
div.DivClassName
{
background-color: #55F863;
}
.BgClassName
{
background-color: #55F863;
}
</style>
border-color css
<style>
span { border-color: #55F863; }
span { border-color: rgb(85,248,99); }
td.TdClassName
{
border-color: #55F863;
}
.TagClassName
{
border-color: #55F863;
}
</style>