Shades of Screamin' Green #71F262
Tints of Screamin' Green #71F262
RGB
CMYK
RGB Variations
Color information
#71F262 (or 0x71F262) is known color: Screamin' Green. HEX triplet: 71, F2 and 62. RGB value is (113,242,98). Sum of RGB (Red+Green+Blue) = 113+242+98=453 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.94% from 453); Green value is 242 (94.92% from 255 or 53.42% from 453); Blue value is 98 (38.67% from 255 or 21.63% from 453); Max value from RGB is 242 - color contains mainly: green. Hex color #71F262 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #71F262 is #8E0D9D. Grayscale: #BBBBBB. Windows color (decimal): -9309598 or 6484593. OLE color: 6484593.
HSL color Cylindrical-coordinate representation of color #71F262: hue angle of 113.75º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #71F262 is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 242 | 98 | - |
| CMYK | 0.53 | 0 | 0.60 | 0.05 |
| HSL | 113.75º | 0.85% | 0.67% | - |
| HSV(B) | 113.75º | 0.6% | 0.95% | - |
| XYZ | 40.77 | 67.9 | 22.51 | - |
| YUV | 187.01 | 77.76 | 75.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 242 | 98 | 0.53 | 0 | 0.60 | 0.05 | 113.75 | 0.85 | 0.67 |
| Hex | 71 | F2 | 62 | 35 | 0 | 3C | 5 | 72 | 55 | 43 |
| Octal | 161 | 362 | 142 | 65 | 0 | 74 | 5 | 162 | 125 | 103 |
| Binary | 1110001 | 11110010 | 1100010 | 110101 | 0 | 111100 | 101 | 1110010 | 1010101 | 1000011 |
Color Harmonies of #71F262
Complementary color
Monochromatic Colors of #71F262
Black with #71F262
Text Example
Text Example
White with #71F262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F262; }
p { color: rgb(113,242,98); }
H1.HeaderClassName
{
color: #71F262;
}
.AnyTagClassName
{
color: #71F262;
}
</style>
background-color css
<style>
a { background-color: #71F262; }
a { background-color: rgb(113,242,98); }
div.DivClassName
{
background-color: #71F262;
}
.BgClassName
{
background-color: #71F262;
}
</style>
border-color css
<style>
span { border-color: #71F262; }
span { border-color: rgb(113,242,98); }
td.TdClassName
{
border-color: #71F262;
}
.TagClassName
{
border-color: #71F262;
}
</style>