Shades of Screamin' Green #55F742
Tints of Screamin' Green #55F742
RGB
CMYK
RGB Variations
Color information
#55F742 (or 0x55F742) is known color: Screamin' Green. HEX triplet: 55, F7 and 42. RGB value is (85,247,66). Sum of RGB (Red+Green+Blue) = 85+247+66=398 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.36% from 398); Green value is 247 (96.88% from 255 or 62.06% from 398); Blue value is 66 (26.17% from 255 or 16.58% from 398); Max value from RGB is 247 - color contains mainly: green. Hex color #55F742 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F742 is #AA08BD. Grayscale: #B2B2B2. Windows color (decimal): -11143358 or 4388693. OLE color: 4388693.
HSL color Cylindrical-coordinate representation of color #55F742: hue angle of 113.7º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #55F742 is Cyan = 0.66, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 85 | 247 | 66 | - |
| CMYK | 0.66 | 0 | 0.73 | 0.03 |
| HSL | 113.7º | 0.92% | 0.61% | - |
| HSV(B) | 113.7º | 0.73% | 0.97% | - |
| XYZ | 37.99 | 68.85 | 16.44 | - |
| YUV | 177.93 | 64.83 | 61.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 247 | 66 | 0.66 | 0 | 0.73 | 0.03 | 113.7 | 0.92 | 0.61 |
| Hex | 55 | F7 | 42 | 42 | 0 | 49 | 3 | 72 | 5C | 3D |
| Octal | 125 | 367 | 102 | 102 | 0 | 111 | 3 | 162 | 134 | 75 |
| Binary | 1010101 | 11110111 | 1000010 | 1000010 | 0 | 1001001 | 11 | 1110010 | 1011100 | 111101 |
Color Harmonies of #55F742
Complementary color
Monochromatic Colors of #55F742
Black with #55F742
Text Example
Text Example
White with #55F742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F742; }
p { color: rgb(85,247,66); }
H1.HeaderClassName
{
color: #55F742;
}
.AnyTagClassName
{
color: #55F742;
}
</style>
background-color css
<style>
a { background-color: #55F742; }
a { background-color: rgb(85,247,66); }
div.DivClassName
{
background-color: #55F742;
}
.BgClassName
{
background-color: #55F742;
}
</style>
border-color css
<style>
span { border-color: #55F742; }
span { border-color: rgb(85,247,66); }
td.TdClassName
{
border-color: #55F742;
}
.TagClassName
{
border-color: #55F742;
}
</style>