Shades of Screamin' Green #71F564
Tints of Screamin' Green #71F564
RGB
CMYK
RGB Variations
Color information
#71F564 (or 0x71F564) is known color: Screamin' Green. HEX triplet: 71, F5 and 64. RGB value is (113,245,100). Sum of RGB (Red+Green+Blue) = 113+245+100=458 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.67% from 458); Green value is 245 (96.09% from 255 or 53.49% from 458); Blue value is 100 (39.45% from 255 or 21.83% from 458); Max value from RGB is 245 - color contains mainly: green. Hex color #71F564 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #71F564 is #8E0A9B. Grayscale: #BDBDBD. Windows color (decimal): -9308828 or 6616433. OLE color: 6616433.
HSL color Cylindrical-coordinate representation of color #71F564: hue angle of 114.62º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #71F564 is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 113 | 245 | 100 | - |
| CMYK | 0.54 | 0 | 0.59 | 0.04 |
| HSL | 114.62º | 0.88% | 0.68% | - |
| HSV(B) | 114.62º | 0.59% | 0.96% | - |
| XYZ | 41.76 | 69.74 | 23.32 | - |
| YUV | 189 | 77.77 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 245 | 100 | 0.54 | 0 | 0.59 | 0.04 | 114.62 | 0.88 | 0.68 |
| Hex | 71 | F5 | 64 | 36 | 0 | 3B | 4 | 73 | 58 | 44 |
| Octal | 161 | 365 | 144 | 66 | 0 | 73 | 4 | 163 | 130 | 104 |
| Binary | 1110001 | 11110101 | 1100100 | 110110 | 0 | 111011 | 100 | 1110011 | 1011000 | 1000100 |
Color Harmonies of #71F564
Complementary color
Monochromatic Colors of #71F564
Black with #71F564
Text Example
Text Example
White with #71F564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F564; }
p { color: rgb(113,245,100); }
H1.HeaderClassName
{
color: #71F564;
}
.AnyTagClassName
{
color: #71F564;
}
</style>
background-color css
<style>
a { background-color: #71F564; }
a { background-color: rgb(113,245,100); }
div.DivClassName
{
background-color: #71F564;
}
.BgClassName
{
background-color: #71F564;
}
</style>
border-color css
<style>
span { border-color: #71F564; }
span { border-color: rgb(113,245,100); }
td.TdClassName
{
border-color: #71F564;
}
.TagClassName
{
border-color: #71F564;
}
</style>