Shades of Screamin' Green #71F64E
Tints of Screamin' Green #71F64E
RGB
CMYK
RGB Variations
Color information
#71F64E (or 0x71F64E) is known color: Screamin' Green. HEX triplet: 71, F6 and 4E. RGB value is (113,246,78). Sum of RGB (Red+Green+Blue) = 113+246+78=437 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.86% from 437); Green value is 246 (96.48% from 255 or 56.29% from 437); Blue value is 78 (30.86% from 255 or 17.85% from 437); Max value from RGB is 246 - color contains mainly: green. Hex color #71F64E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #71F64E is #8E09B1. Grayscale: #BBBBBB. Windows color (decimal): -9308594 or 5174897. OLE color: 5174897.
HSL color Cylindrical-coordinate representation of color #71F64E: hue angle of 107.5º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #71F64E is Cyan = 0.54, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 113 | 246 | 78 | - |
| CMYK | 0.54 | 0 | 0.68 | 0.04 |
| HSL | 107.5º | 0.9% | 0.64% | - |
| HSV(B) | 107.5º | 0.68% | 0.96% | - |
| XYZ | 41.14 | 69.97 | 18.55 | - |
| YUV | 187.08 | 66.44 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 246 | 78 | 0.54 | 0 | 0.68 | 0.04 | 107.5 | 0.9 | 0.64 |
| Hex | 71 | F6 | 4E | 36 | 0 | 44 | 4 | 6C | 5A | 40 |
| Octal | 161 | 366 | 116 | 66 | 0 | 104 | 4 | 154 | 132 | 100 |
| Binary | 1110001 | 11110110 | 1001110 | 110110 | 0 | 1000100 | 100 | 1101100 | 1011010 | 1000000 |
Color Harmonies of #71F64E
Complementary color
Monochromatic Colors of #71F64E
Black with #71F64E
Text Example
Text Example
White with #71F64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F64E; }
p { color: rgb(113,246,78); }
H1.HeaderClassName
{
color: #71F64E;
}
.AnyTagClassName
{
color: #71F64E;
}
</style>
background-color css
<style>
a { background-color: #71F64E; }
a { background-color: rgb(113,246,78); }
div.DivClassName
{
background-color: #71F64E;
}
.BgClassName
{
background-color: #71F64E;
}
</style>
border-color css
<style>
span { border-color: #71F64E; }
span { border-color: rgb(113,246,78); }
td.TdClassName
{
border-color: #71F64E;
}
.TagClassName
{
border-color: #71F64E;
}
</style>