Shades of Screamin' Green #55F67C
Tints of Screamin' Green #55F67C
RGB
CMYK
RGB Variations
Color information
#55F67C (or 0x55F67C) is known color: Screamin' Green. HEX triplet: 55, F6 and 7C. RGB value is (85,246,124). Sum of RGB (Red+Green+Blue) = 85+246+124=455 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.68% from 455); Green value is 246 (96.48% from 255 or 54.07% from 455); Blue value is 124 (48.83% from 255 or 27.25% from 455); Max value from RGB is 246 - color contains mainly: green. Hex color #55F67C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55F67C is #AA0983. Grayscale: #B8B8B8. Windows color (decimal): -11143556 or 8189525. OLE color: 8189525.
HSL color Cylindrical-coordinate representation of color #55F67C: hue angle of 134.53º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F67C is Cyan = 0.65, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 246 | 124 | - |
| CMYK | 0.65 | 0 | 0.50 | 0.04 |
| HSL | 134.53º | 0.9% | 0.65% | - |
| HSV(B) | 134.53º | 0.65% | 0.96% | - |
| XYZ | 40.34 | 69.3 | 30.32 | - |
| YUV | 183.95 | 94.16 | 57.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 246 | 124 | 0.65 | 0 | 0.50 | 0.04 | 134.53 | 0.9 | 0.65 |
| Hex | 55 | F6 | 7C | 41 | 0 | 32 | 4 | 87 | 5A | 41 |
| Octal | 125 | 366 | 174 | 101 | 0 | 62 | 4 | 207 | 132 | 101 |
| Binary | 1010101 | 11110110 | 1111100 | 1000001 | 0 | 110010 | 100 | 10000111 | 1011010 | 1000001 |
Color Harmonies of #55F67C
Complementary color
Monochromatic Colors of #55F67C
Black with #55F67C
Text Example
Text Example
White with #55F67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F67C; }
p { color: rgb(85,246,124); }
H1.HeaderClassName
{
color: #55F67C;
}
.AnyTagClassName
{
color: #55F67C;
}
</style>
background-color css
<style>
a { background-color: #55F67C; }
a { background-color: rgb(85,246,124); }
div.DivClassName
{
background-color: #55F67C;
}
.BgClassName
{
background-color: #55F67C;
}
</style>
border-color css
<style>
span { border-color: #55F67C; }
span { border-color: rgb(85,246,124); }
td.TdClassName
{
border-color: #55F67C;
}
.TagClassName
{
border-color: #55F67C;
}
</style>