Shades of Screamin' Green #71F43A
Tints of Screamin' Green #71F43A
RGB
CMYK
RGB Variations
Color information
#71F43A (or 0x71F43A) is known color: Screamin' Green. HEX triplet: 71, F4 and 3A. RGB value is (113,244,58). Sum of RGB (Red+Green+Blue) = 113+244+58=415 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.23% from 415); Green value is 244 (95.70% from 255 or 58.80% from 415); Blue value is 58 (23.05% from 255 or 13.98% from 415); Max value from RGB is 244 - color contains mainly: green. Hex color #71F43A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71F43A is #8E0BC5. Grayscale: #B8B8B8. Windows color (decimal): -9309126 or 3863665. OLE color: 3863665.
HSL color Cylindrical-coordinate representation of color #71F43A: hue angle of 102.26º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #71F43A is Cyan = 0.54, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 113 | 244 | 58 | - |
| CMYK | 0.54 | 0 | 0.76 | 0.04 |
| HSL | 102.26º | 0.89% | 0.59% | - |
| HSV(B) | 102.26º | 0.76% | 0.96% | - |
| XYZ | 39.92 | 68.52 | 15.12 | - |
| YUV | 183.63 | 57.1 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 244 | 58 | 0.54 | 0 | 0.76 | 0.04 | 102.26 | 0.89 | 0.59 |
| Hex | 71 | F4 | 3A | 36 | 0 | 4C | 4 | 66 | 59 | 3B |
| Octal | 161 | 364 | 72 | 66 | 0 | 114 | 4 | 146 | 131 | 73 |
| Binary | 1110001 | 11110100 | 111010 | 110110 | 0 | 1001100 | 100 | 1100110 | 1011001 | 111011 |
Color Harmonies of #71F43A
Complementary color
Monochromatic Colors of #71F43A
Black with #71F43A
Text Example
Text Example
White with #71F43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F43A; }
p { color: rgb(113,244,58); }
H1.HeaderClassName
{
color: #71F43A;
}
.AnyTagClassName
{
color: #71F43A;
}
</style>
background-color css
<style>
a { background-color: #71F43A; }
a { background-color: rgb(113,244,58); }
div.DivClassName
{
background-color: #71F43A;
}
.BgClassName
{
background-color: #71F43A;
}
</style>
border-color css
<style>
span { border-color: #71F43A; }
span { border-color: rgb(113,244,58); }
td.TdClassName
{
border-color: #71F43A;
}
.TagClassName
{
border-color: #71F43A;
}
</style>