Shades of Screamin' Green #71F940
Tints of Screamin' Green #71F940
RGB
CMYK
RGB Variations
Color information
#71F940 (or 0x71F940) is known color: Screamin' Green. HEX triplet: 71, F9 and 40. RGB value is (113,249,64). Sum of RGB (Red+Green+Blue) = 113+249+64=426 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.53% from 426); Green value is 249 (97.66% from 255 or 58.45% from 426); Blue value is 64 (25.39% from 255 or 15.02% from 426); Max value from RGB is 249 - color contains mainly: green. Hex color #71F940 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71F940 is #8E06BF. Grayscale: #BBBBBB. Windows color (decimal): -9307840 or 4258161. OLE color: 4258161.
HSL color Cylindrical-coordinate representation of color #71F940: hue angle of 104.11º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #71F940 is Cyan = 0.55, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 249 | 64 | - |
| CMYK | 0.55 | 0 | 0.74 | 0.02 |
| HSL | 104.11º | 0.94% | 0.61% | - |
| HSV(B) | 104.11º | 0.74% | 0.98% | - |
| XYZ | 41.61 | 71.63 | 16.48 | - |
| YUV | 187.25 | 58.44 | 75.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 249 | 64 | 0.55 | 0 | 0.74 | 0.02 | 104.11 | 0.94 | 0.61 |
| Hex | 71 | F9 | 40 | 37 | 0 | 4A | 2 | 68 | 5E | 3D |
| Octal | 161 | 371 | 100 | 67 | 0 | 112 | 2 | 150 | 136 | 75 |
| Binary | 1110001 | 11111001 | 1000000 | 110111 | 0 | 1001010 | 10 | 1101000 | 1011110 | 111101 |
Color Harmonies of #71F940
Complementary color
Monochromatic Colors of #71F940
Black with #71F940
Text Example
Text Example
White with #71F940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F940; }
p { color: rgb(113,249,64); }
H1.HeaderClassName
{
color: #71F940;
}
.AnyTagClassName
{
color: #71F940;
}
</style>
background-color css
<style>
a { background-color: #71F940; }
a { background-color: rgb(113,249,64); }
div.DivClassName
{
background-color: #71F940;
}
.BgClassName
{
background-color: #71F940;
}
</style>
border-color css
<style>
span { border-color: #71F940; }
span { border-color: rgb(113,249,64); }
td.TdClassName
{
border-color: #71F940;
}
.TagClassName
{
border-color: #71F940;
}
</style>