Shades of Screamin' Green #55F85D
Tints of Screamin' Green #55F85D
RGB
CMYK
RGB Variations
Color information
#55F85D (or 0x55F85D) is known color: Screamin' Green. HEX triplet: 55, F8 and 5D. RGB value is (85,248,93). Sum of RGB (Red+Green+Blue) = 85+248+93=426 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.95% from 426); Green value is 248 (97.27% from 255 or 58.22% from 426); Blue value is 93 (36.72% from 255 or 21.83% from 426); Max value from RGB is 248 - color contains mainly: green. Hex color #55F85D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55F85D is #AA07A2. Grayscale: #B6B6B6. Windows color (decimal): -11143075 or 6158421. OLE color: 6158421.
HSL color Cylindrical-coordinate representation of color #55F85D: hue angle of 122.94º 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 #55F85D is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 85 | 248 | 93 | - |
| CMYK | 0.66 | 0 | 0.62 | 0.03 |
| HSL | 122.94º | 0.92% | 0.65% | - |
| HSV(B) | 122.94º | 0.66% | 0.97% | - |
| XYZ | 39.29 | 69.86 | 21.77 | - |
| YUV | 181.59 | 78 | 59.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 248 | 93 | 0.66 | 0 | 0.62 | 0.03 | 122.94 | 0.92 | 0.65 |
| Hex | 55 | F8 | 5D | 42 | 0 | 3E | 3 | 7B | 5C | 41 |
| Octal | 125 | 370 | 135 | 102 | 0 | 76 | 3 | 173 | 134 | 101 |
| Binary | 1010101 | 11111000 | 1011101 | 1000010 | 0 | 111110 | 11 | 1111011 | 1011100 | 1000001 |
Color Harmonies of #55F85D
Complementary color
Monochromatic Colors of #55F85D
Black with #55F85D
Text Example
Text Example
White with #55F85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F85D; }
p { color: rgb(85,248,93); }
H1.HeaderClassName
{
color: #55F85D;
}
.AnyTagClassName
{
color: #55F85D;
}
</style>
background-color css
<style>
a { background-color: #55F85D; }
a { background-color: rgb(85,248,93); }
div.DivClassName
{
background-color: #55F85D;
}
.BgClassName
{
background-color: #55F85D;
}
</style>
border-color css
<style>
span { border-color: #55F85D; }
span { border-color: rgb(85,248,93); }
td.TdClassName
{
border-color: #55F85D;
}
.TagClassName
{
border-color: #55F85D;
}
</style>