Shades of Screamin' Green #55F866
Tints of Screamin' Green #55F866
RGB
CMYK
RGB Variations
Color information
#55F866 (or 0x55F866) is known color: Screamin' Green. HEX triplet: 55, F8 and 66. RGB value is (85,248,102). Sum of RGB (Red+Green+Blue) = 85+248+102=435 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.54% from 435); Green value is 248 (97.27% from 255 or 57.01% from 435); Blue value is 102 (40.23% from 255 or 23.45% from 435); Max value from RGB is 248 - color contains mainly: green. Hex color #55F866 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55F866 is #AA0799. Grayscale: #B7B7B7. Windows color (decimal): -11143066 or 6748245. OLE color: 6748245.
HSL color Cylindrical-coordinate representation of color #55F866: hue angle of 126.26º 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 #55F866 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 85 | 248 | 102 | - |
| CMYK | 0.66 | 0 | 0.59 | 0.03 |
| HSL | 126.26º | 0.92% | 0.65% | - |
| HSV(B) | 126.26º | 0.66% | 0.97% | - |
| XYZ | 39.71 | 70.03 | 23.99 | - |
| YUV | 182.62 | 82.5 | 58.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 248 | 102 | 0.66 | 0 | 0.59 | 0.03 | 126.26 | 0.92 | 0.65 |
| Hex | 55 | F8 | 66 | 42 | 0 | 3B | 3 | 7E | 5C | 41 |
| Octal | 125 | 370 | 146 | 102 | 0 | 73 | 3 | 176 | 134 | 101 |
| Binary | 1010101 | 11111000 | 1100110 | 1000010 | 0 | 111011 | 11 | 1111110 | 1011100 | 1000001 |
Color Harmonies of #55F866
Complementary color
Monochromatic Colors of #55F866
Black with #55F866
Text Example
Text Example
White with #55F866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F866; }
p { color: rgb(85,248,102); }
H1.HeaderClassName
{
color: #55F866;
}
.AnyTagClassName
{
color: #55F866;
}
</style>
background-color css
<style>
a { background-color: #55F866; }
a { background-color: rgb(85,248,102); }
div.DivClassName
{
background-color: #55F866;
}
.BgClassName
{
background-color: #55F866;
}
</style>
border-color css
<style>
span { border-color: #55F866; }
span { border-color: rgb(85,248,102); }
td.TdClassName
{
border-color: #55F866;
}
.TagClassName
{
border-color: #55F866;
}
</style>