Shades of Screamin' Green #71F738
Tints of Screamin' Green #71F738
RGB
CMYK
RGB Variations
Color information
#71F738 (or 0x71F738) is known color: Screamin' Green. HEX triplet: 71, F7 and 38. RGB value is (113,247,56). Sum of RGB (Red+Green+Blue) = 113+247+56=416 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.16% from 416); Green value is 247 (96.88% from 255 or 59.38% from 416); Blue value is 56 (22.27% from 255 or 13.46% from 416); Max value from RGB is 247 - color contains mainly: green. Hex color #71F738 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71F738 is #8E08C7. Grayscale: #B9B9B9. Windows color (decimal): -9308360 or 3733361. OLE color: 3733361.
HSL color Cylindrical-coordinate representation of color #71F738: hue angle of 102.09º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #71F738 is Cyan = 0.54, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 113 | 247 | 56 | - |
| CMYK | 0.54 | 0 | 0.77 | 0.03 |
| HSL | 102.09º | 0.92% | 0.59% | - |
| HSV(B) | 102.09º | 0.77% | 0.97% | - |
| XYZ | 40.78 | 70.32 | 15.16 | - |
| YUV | 185.16 | 55.11 | 76.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 247 | 56 | 0.54 | 0 | 0.77 | 0.03 | 102.09 | 0.92 | 0.59 |
| Hex | 71 | F7 | 38 | 36 | 0 | 4D | 3 | 66 | 5C | 3B |
| Octal | 161 | 367 | 70 | 66 | 0 | 115 | 3 | 146 | 134 | 73 |
| Binary | 1110001 | 11110111 | 111000 | 110110 | 0 | 1001101 | 11 | 1100110 | 1011100 | 111011 |
Color Harmonies of #71F738
Complementary color
Monochromatic Colors of #71F738
Black with #71F738
Text Example
Text Example
White with #71F738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F738; }
p { color: rgb(113,247,56); }
H1.HeaderClassName
{
color: #71F738;
}
.AnyTagClassName
{
color: #71F738;
}
</style>
background-color css
<style>
a { background-color: #71F738; }
a { background-color: rgb(113,247,56); }
div.DivClassName
{
background-color: #71F738;
}
.BgClassName
{
background-color: #71F738;
}
</style>
border-color css
<style>
span { border-color: #71F738; }
span { border-color: rgb(113,247,56); }
td.TdClassName
{
border-color: #71F738;
}
.TagClassName
{
border-color: #71F738;
}
</style>