Shades of Screamin' Green #71F038
Tints of Screamin' Green #71F038
RGB
CMYK
RGB Variations
Color information
#71F038 (or 0x71F038) is known color: Screamin' Green. HEX triplet: 71, F0 and 38. RGB value is (113,240,56). Sum of RGB (Red+Green+Blue) = 113+240+56=409 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.63% from 409); Green value is 240 (94.14% from 255 or 58.68% from 409); Blue value is 56 (22.27% from 255 or 13.69% from 409); Max value from RGB is 240 - color contains mainly: green. Hex color #71F038 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71F038 is #8E0FC7. Grayscale: #B5B5B5. Windows color (decimal): -9310152 or 3731569. OLE color: 3731569.
HSL color Cylindrical-coordinate representation of color #71F038: hue angle of 101.41º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #71F038 is Cyan = 0.53, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 240 | 56 | - |
| CMYK | 0.53 | 0 | 0.77 | 0.06 |
| HSL | 101.41º | 0.86% | 0.58% | - |
| HSV(B) | 101.41º | 0.77% | 0.94% | - |
| XYZ | 38.68 | 66.12 | 14.46 | - |
| YUV | 181.05 | 57.42 | 79.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 240 | 56 | 0.53 | 0 | 0.77 | 0.06 | 101.41 | 0.86 | 0.58 |
| Hex | 71 | F0 | 38 | 35 | 0 | 4D | 6 | 65 | 56 | 3A |
| Octal | 161 | 360 | 70 | 65 | 0 | 115 | 6 | 145 | 126 | 72 |
| Binary | 1110001 | 11110000 | 111000 | 110101 | 0 | 1001101 | 110 | 1100101 | 1010110 | 111010 |
Color Harmonies of #71F038
Complementary color
Monochromatic Colors of #71F038
Black with #71F038
Text Example
Text Example
White with #71F038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F038; }
p { color: rgb(113,240,56); }
H1.HeaderClassName
{
color: #71F038;
}
.AnyTagClassName
{
color: #71F038;
}
</style>
background-color css
<style>
a { background-color: #71F038; }
a { background-color: rgb(113,240,56); }
div.DivClassName
{
background-color: #71F038;
}
.BgClassName
{
background-color: #71F038;
}
</style>
border-color css
<style>
span { border-color: #71F038; }
span { border-color: rgb(113,240,56); }
td.TdClassName
{
border-color: #71F038;
}
.TagClassName
{
border-color: #71F038;
}
</style>