Shades of Screamin' Green #71F266
Tints of Screamin' Green #71F266
RGB
CMYK
RGB Variations
Color information
#71F266 (or 0x71F266) is known color: Screamin' Green. HEX triplet: 71, F2 and 66. RGB value is (113,242,102). Sum of RGB (Red+Green+Blue) = 113+242+102=457 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.73% from 457); Green value is 242 (94.92% from 255 or 52.95% from 457); Blue value is 102 (40.23% from 255 or 22.32% from 457); Max value from RGB is 242 - color contains mainly: green. Hex color #71F266 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #71F266 is #8E0D99. Grayscale: #BBBBBB. Windows color (decimal): -9309594 or 6746737. OLE color: 6746737.
HSL color Cylindrical-coordinate representation of color #71F266: hue angle of 115.29º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71F266 is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 242 | 102 | - |
| CMYK | 0.53 | 0 | 0.58 | 0.05 |
| HSL | 115.29º | 0.84% | 0.67% | - |
| HSV(B) | 115.29º | 0.58% | 0.95% | - |
| XYZ | 40.96 | 67.97 | 23.53 | - |
| YUV | 187.47 | 79.76 | 74.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 242 | 102 | 0.53 | 0 | 0.58 | 0.05 | 115.29 | 0.84 | 0.67 |
| Hex | 71 | F2 | 66 | 35 | 0 | 3A | 5 | 73 | 54 | 43 |
| Octal | 161 | 362 | 146 | 65 | 0 | 72 | 5 | 163 | 124 | 103 |
| Binary | 1110001 | 11110010 | 1100110 | 110101 | 0 | 111010 | 101 | 1110011 | 1010100 | 1000011 |
Color Harmonies of #71F266
Complementary color
Monochromatic Colors of #71F266
Black with #71F266
Text Example
Text Example
White with #71F266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F266; }
p { color: rgb(113,242,102); }
H1.HeaderClassName
{
color: #71F266;
}
.AnyTagClassName
{
color: #71F266;
}
</style>
background-color css
<style>
a { background-color: #71F266; }
a { background-color: rgb(113,242,102); }
div.DivClassName
{
background-color: #71F266;
}
.BgClassName
{
background-color: #71F266;
}
</style>
border-color css
<style>
span { border-color: #71F266; }
span { border-color: rgb(113,242,102); }
td.TdClassName
{
border-color: #71F266;
}
.TagClassName
{
border-color: #71F266;
}
</style>