Shades of Screamin' Green #42F771
Tints of Screamin' Green #42F771
RGB
CMYK
RGB Variations
Color information
#42F771 (or 0x42F771) is known color: Screamin' Green. HEX triplet: 42, F7 and 71. RGB value is (66,247,113). Sum of RGB (Red+Green+Blue) = 66+247+113=426 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.49% from 426); Green value is 247 (96.88% from 255 or 57.98% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 247 - color contains mainly: green. Hex color #42F771 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F771 is #BD088E. Grayscale: #B1B1B1. Windows color (decimal): -12388495 or 7468866. OLE color: 7468866.
HSL color Cylindrical-coordinate representation of color #42F771: hue angle of 135.58º 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 #42F771 is Cyan = 0.73, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 247 | 113 | - |
| CMYK | 0.73 | 0 | 0.54 | 0.03 |
| HSL | 135.58º | 0.92% | 0.61% | - |
| HSV(B) | 135.58º | 0.73% | 0.97% | - |
| XYZ | 38.49 | 68.87 | 26.89 | - |
| YUV | 177.61 | 91.53 | 48.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 247 | 113 | 0.73 | 0 | 0.54 | 0.03 | 135.58 | 0.92 | 0.61 |
| Hex | 42 | F7 | 71 | 49 | 0 | 36 | 3 | 88 | 5C | 3D |
| Octal | 102 | 367 | 161 | 111 | 0 | 66 | 3 | 210 | 134 | 75 |
| Binary | 1000010 | 11110111 | 1110001 | 1001001 | 0 | 110110 | 11 | 10001000 | 1011100 | 111101 |
Color Harmonies of #42F771
Complementary color
Monochromatic Colors of #42F771
Black with #42F771
Text Example
Text Example
White with #42F771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F771; }
p { color: rgb(66,247,113); }
H1.HeaderClassName
{
color: #42F771;
}
.AnyTagClassName
{
color: #42F771;
}
</style>
background-color css
<style>
a { background-color: #42F771; }
a { background-color: rgb(66,247,113); }
div.DivClassName
{
background-color: #42F771;
}
.BgClassName
{
background-color: #42F771;
}
</style>
border-color css
<style>
span { border-color: #42F771; }
span { border-color: rgb(66,247,113); }
td.TdClassName
{
border-color: #42F771;
}
.TagClassName
{
border-color: #42F771;
}
</style>