Shades of Screamin' Green #56F442
Tints of Screamin' Green #56F442
RGB
CMYK
RGB Variations
Color information
#56F442 (or 0x56F442) is known color: Screamin' Green. HEX triplet: 56, F4 and 42. RGB value is (86,244,66). Sum of RGB (Red+Green+Blue) = 86+244+66=396 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.72% from 396); Green value is 244 (95.70% from 255 or 61.62% from 396); Blue value is 66 (26.17% from 255 or 16.67% from 396); Max value from RGB is 244 - color contains mainly: green. Hex color #56F442 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #56F442 is #A90BBD. Grayscale: #B1B1B1. Windows color (decimal): -11078590 or 4387926. OLE color: 4387926.
HSL color Cylindrical-coordinate representation of color #56F442: hue angle of 113.26º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #56F442 is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 86 | 244 | 66 | - |
| CMYK | 0.65 | 0 | 0.73 | 0.04 |
| HSL | 113.26º | 0.89% | 0.61% | - |
| HSV(B) | 113.26º | 0.73% | 0.96% | - |
| XYZ | 37.17 | 67.07 | 16.14 | - |
| YUV | 176.47 | 65.65 | 63.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 244 | 66 | 0.65 | 0 | 0.73 | 0.04 | 113.26 | 0.89 | 0.61 |
| Hex | 56 | F4 | 42 | 41 | 0 | 49 | 4 | 71 | 59 | 3D |
| Octal | 126 | 364 | 102 | 101 | 0 | 111 | 4 | 161 | 131 | 75 |
| Binary | 1010110 | 11110100 | 1000010 | 1000001 | 0 | 1001001 | 100 | 1110001 | 1011001 | 111101 |
Color Harmonies of #56F442
Complementary color
Monochromatic Colors of #56F442
Black with #56F442
Text Example
Text Example
White with #56F442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56F442; }
p { color: rgb(86,244,66); }
H1.HeaderClassName
{
color: #56F442;
}
.AnyTagClassName
{
color: #56F442;
}
</style>
background-color css
<style>
a { background-color: #56F442; }
a { background-color: rgb(86,244,66); }
div.DivClassName
{
background-color: #56F442;
}
.BgClassName
{
background-color: #56F442;
}
</style>
border-color css
<style>
span { border-color: #56F442; }
span { border-color: rgb(86,244,66); }
td.TdClassName
{
border-color: #56F442;
}
.TagClassName
{
border-color: #56F442;
}
</style>