Shades of Screamin' Green #71EF52
Tints of Screamin' Green #71EF52
RGB
CMYK
RGB Variations
Color information
#71EF52 (or 0x71EF52) is known color: Screamin' Green. HEX triplet: 71, EF and 52. RGB value is (113,239,82). Sum of RGB (Red+Green+Blue) = 113+239+82=434 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.04% from 434); Green value is 239 (93.75% from 255 or 55.07% from 434); Blue value is 82 (32.42% from 255 or 18.89% from 434); Max value from RGB is 239 - color contains mainly: green. Hex color #71EF52 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #71EF52 is #8E10AD. Grayscale: #B7B7B7. Windows color (decimal): -9310382 or 5435249. OLE color: 5435249.
HSL color Cylindrical-coordinate representation of color #71EF52: hue angle of 108.15º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #71EF52 is Cyan = 0.53, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 239 | 82 | - |
| CMYK | 0.53 | 0 | 0.66 | 0.06 |
| HSL | 108.15º | 0.83% | 0.63% | - |
| HSV(B) | 108.15º | 0.66% | 0.94% | - |
| XYZ | 39.2 | 65.85 | 18.63 | - |
| YUV | 183.43 | 70.76 | 77.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 239 | 82 | 0.53 | 0 | 0.66 | 0.06 | 108.15 | 0.83 | 0.63 |
| Hex | 71 | EF | 52 | 35 | 0 | 42 | 6 | 6C | 53 | 3F |
| Octal | 161 | 357 | 122 | 65 | 0 | 102 | 6 | 154 | 123 | 77 |
| Binary | 1110001 | 11101111 | 1010010 | 110101 | 0 | 1000010 | 110 | 1101100 | 1010011 | 111111 |
Color Harmonies of #71EF52
Complementary color
Monochromatic Colors of #71EF52
Black with #71EF52
Text Example
Text Example
White with #71EF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EF52; }
p { color: rgb(113,239,82); }
H1.HeaderClassName
{
color: #71EF52;
}
.AnyTagClassName
{
color: #71EF52;
}
</style>
background-color css
<style>
a { background-color: #71EF52; }
a { background-color: rgb(113,239,82); }
div.DivClassName
{
background-color: #71EF52;
}
.BgClassName
{
background-color: #71EF52;
}
</style>
border-color css
<style>
span { border-color: #71EF52; }
span { border-color: rgb(113,239,82); }
td.TdClassName
{
border-color: #71EF52;
}
.TagClassName
{
border-color: #71EF52;
}
</style>