Shades of Screamin' Green #71FE7D
Tints of Screamin' Green #71FE7D
RGB
CMYK
RGB Variations
Color information
#71FE7D (or 0x71FE7D) is known color: Screamin' Green. HEX triplet: 71, FE and 7D. RGB value is (113,254,125). Sum of RGB (Red+Green+Blue) = 113+254+125=492 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.97% from 492); Green value is 254 (99.61% from 255 or 51.63% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 254 - color contains mainly: green. Hex color #71FE7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #71FE7D is #8E0182. Grayscale: #C5C5C5. Windows color (decimal): -9306499 or 8257137. OLE color: 8257137.
HSL color Cylindrical-coordinate representation of color #71FE7D: hue angle of 125.11º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71FE7D is Cyan = 0.56, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 254 | 125 | - |
| CMYK | 0.56 | 0 | 0.51 | 0.00 |
| HSL | 125.11º | 0.99% | 0.72% | - |
| HSV(B) | 125.11º | 0.56% | 1% | - |
| XYZ | 45.95 | 75.88 | 31.63 | - |
| YUV | 197.14 | 87.29 | 67.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 254 | 125 | 0.56 | 0 | 0.51 | 0.00 | 125.11 | 0.99 | 0.72 |
| Hex | 71 | FE | 7D | 38 | 0 | 33 | 0 | 7D | 63 | 48 |
| Octal | 161 | 376 | 175 | 70 | 0 | 63 | 0 | 175 | 143 | 110 |
| Binary | 1110001 | 11111110 | 1111101 | 111000 | 0 | 110011 | 0 | 1111101 | 1100011 | 1001000 |
Color Harmonies of #71FE7D
Complementary color
Monochromatic Colors of #71FE7D
Black with #71FE7D
Text Example
Text Example
White with #71FE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FE7D; }
p { color: rgb(113,254,125); }
H1.HeaderClassName
{
color: #71FE7D;
}
.AnyTagClassName
{
color: #71FE7D;
}
</style>
background-color css
<style>
a { background-color: #71FE7D; }
a { background-color: rgb(113,254,125); }
div.DivClassName
{
background-color: #71FE7D;
}
.BgClassName
{
background-color: #71FE7D;
}
</style>
border-color css
<style>
span { border-color: #71FE7D; }
span { border-color: rgb(113,254,125); }
td.TdClassName
{
border-color: #71FE7D;
}
.TagClassName
{
border-color: #71FE7D;
}
</style>