Shades of Screamin' Green #71FF7A
Tints of Screamin' Green #71FF7A
RGB
CMYK
RGB Variations
Color information
#71FF7A (or 0x71FF7A) is known color: Screamin' Green. HEX triplet: 71, FF and 7A. RGB value is (113,255,122). Sum of RGB (Red+Green+Blue) = 113+255+122=490 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.06% from 490); Green value is 255 (100% from 255 or 52.04% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 255 - color contains mainly: green. Hex color #71FF7A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #71FF7A is #8E0085. Grayscale: #C5C5C5. Windows color (decimal): -9306246 or 8060785. OLE color: 8060785.
HSL color Cylindrical-coordinate representation of color #71FF7A: hue angle of 123.8º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71FF7A is Cyan = 0.56, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 255 | 122 | - |
| CMYK | 0.56 | 0 | 0.52 | 0 |
| HSL | 123.8º | 1% | 0.72% | - |
| HSV(B) | 123.8º | 0.56% | 1% | - |
| XYZ | 46.08 | 76.44 | 30.74 | - |
| YUV | 197.38 | 85.46 | 67.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 255 | 122 | 0.56 | 0 | 0.52 | 0 | 123.8 | 1 | 0.72 |
| Hex | 71 | FF | 7A | 38 | 0 | 34 | 0 | 7C | 64 | 48 |
| Octal | 161 | 377 | 172 | 70 | 0 | 64 | 0 | 174 | 144 | 110 |
| Binary | 1110001 | 11111111 | 1111010 | 111000 | 0 | 110100 | 0 | 1111100 | 1100100 | 1001000 |
Color Harmonies of #71FF7A
Complementary color
Monochromatic Colors of #71FF7A
Black with #71FF7A
Text Example
Text Example
White with #71FF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FF7A; }
p { color: rgb(113,255,122); }
H1.HeaderClassName
{
color: #71FF7A;
}
.AnyTagClassName
{
color: #71FF7A;
}
</style>
background-color css
<style>
a { background-color: #71FF7A; }
a { background-color: rgb(113,255,122); }
div.DivClassName
{
background-color: #71FF7A;
}
.BgClassName
{
background-color: #71FF7A;
}
</style>
border-color css
<style>
span { border-color: #71FF7A; }
span { border-color: rgb(113,255,122); }
td.TdClassName
{
border-color: #71FF7A;
}
.TagClassName
{
border-color: #71FF7A;
}
</style>