Shades of Screamin' Green #71F449
Tints of Screamin' Green #71F449
RGB
CMYK
RGB Variations
Color information
#71F449 (or 0x71F449) is known color: Screamin' Green. HEX triplet: 71, F4 and 49. RGB value is (113,244,73). Sum of RGB (Red+Green+Blue) = 113+244+73=430 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.28% from 430); Green value is 244 (95.70% from 255 or 56.74% from 430); Blue value is 73 (28.91% from 255 or 16.98% from 430); Max value from RGB is 244 - color contains mainly: green. Hex color #71F449 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71F449 is #8E0BB6. Grayscale: #B9B9B9. Windows color (decimal): -9309111 or 4846705. OLE color: 4846705.
HSL color Cylindrical-coordinate representation of color #71F449: hue angle of 105.96º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #71F449 is Cyan = 0.54, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 113 | 244 | 73 | - |
| CMYK | 0.54 | 0 | 0.70 | 0.04 |
| HSL | 105.96º | 0.89% | 0.62% | - |
| HSV(B) | 105.96º | 0.7% | 0.96% | - |
| XYZ | 40.36 | 68.69 | 17.44 | - |
| YUV | 185.34 | 64.6 | 76.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 244 | 73 | 0.54 | 0 | 0.70 | 0.04 | 105.96 | 0.89 | 0.62 |
| Hex | 71 | F4 | 49 | 36 | 0 | 46 | 4 | 6A | 59 | 3E |
| Octal | 161 | 364 | 111 | 66 | 0 | 106 | 4 | 152 | 131 | 76 |
| Binary | 1110001 | 11110100 | 1001001 | 110110 | 0 | 1000110 | 100 | 1101010 | 1011001 | 111110 |
Color Harmonies of #71F449
Complementary color
Monochromatic Colors of #71F449
Black with #71F449
Text Example
Text Example
White with #71F449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F449; }
p { color: rgb(113,244,73); }
H1.HeaderClassName
{
color: #71F449;
}
.AnyTagClassName
{
color: #71F449;
}
</style>
background-color css
<style>
a { background-color: #71F449; }
a { background-color: rgb(113,244,73); }
div.DivClassName
{
background-color: #71F449;
}
.BgClassName
{
background-color: #71F449;
}
</style>
border-color css
<style>
span { border-color: #71F449; }
span { border-color: rgb(113,244,73); }
td.TdClassName
{
border-color: #71F449;
}
.TagClassName
{
border-color: #71F449;
}
</style>