Shades of Screamin' Green #55F86D
Tints of Screamin' Green #55F86D
RGB
CMYK
RGB Variations
Color information
#55F86D (or 0x55F86D) is known color: Screamin' Green. HEX triplet: 55, F8 and 6D. RGB value is (85,248,109). Sum of RGB (Red+Green+Blue) = 85+248+109=442 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.23% from 442); Green value is 248 (97.27% from 255 or 56.11% from 442); Blue value is 109 (42.97% from 255 or 24.66% from 442); Max value from RGB is 248 - color contains mainly: green. Hex color #55F86D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55F86D is #AA0792. Grayscale: #B7B7B7. Windows color (decimal): -11143059 or 7206997. OLE color: 7206997.
HSL color Cylindrical-coordinate representation of color #55F86D: hue angle of 128.83º 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 #55F86D is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 85 | 248 | 109 | - |
| CMYK | 0.66 | 0 | 0.56 | 0.03 |
| HSL | 128.83º | 0.92% | 0.65% | - |
| HSV(B) | 128.83º | 0.66% | 0.97% | - |
| XYZ | 40.07 | 70.17 | 25.9 | - |
| YUV | 183.42 | 86 | 57.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 248 | 109 | 0.66 | 0 | 0.56 | 0.03 | 128.83 | 0.92 | 0.65 |
| Hex | 55 | F8 | 6D | 42 | 0 | 38 | 3 | 81 | 5C | 41 |
| Octal | 125 | 370 | 155 | 102 | 0 | 70 | 3 | 201 | 134 | 101 |
| Binary | 1010101 | 11111000 | 1101101 | 1000010 | 0 | 111000 | 11 | 10000001 | 1011100 | 1000001 |
Color Harmonies of #55F86D
Complementary color
Monochromatic Colors of #55F86D
Black with #55F86D
Text Example
Text Example
White with #55F86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F86D; }
p { color: rgb(85,248,109); }
H1.HeaderClassName
{
color: #55F86D;
}
.AnyTagClassName
{
color: #55F86D;
}
</style>
background-color css
<style>
a { background-color: #55F86D; }
a { background-color: rgb(85,248,109); }
div.DivClassName
{
background-color: #55F86D;
}
.BgClassName
{
background-color: #55F86D;
}
</style>
border-color css
<style>
span { border-color: #55F86D; }
span { border-color: rgb(85,248,109); }
td.TdClassName
{
border-color: #55F86D;
}
.TagClassName
{
border-color: #55F86D;
}
</style>