Shades of Screamin' Green #71F85A
Tints of Screamin' Green #71F85A
RGB
CMYK
RGB Variations
Color information
#71F85A (or 0x71F85A) is known color: Screamin' Green. HEX triplet: 71, F8 and 5A. RGB value is (113,248,90). Sum of RGB (Red+Green+Blue) = 113+248+90=451 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.06% from 451); Green value is 248 (97.27% from 255 or 54.99% from 451); Blue value is 90 (35.55% from 255 or 19.96% from 451); Max value from RGB is 248 - color contains mainly: green. Hex color #71F85A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #71F85A is #8E07A5. Grayscale: #BEBEBE. Windows color (decimal): -9308070 or 5961841. OLE color: 5961841.
HSL color Cylindrical-coordinate representation of color #71F85A: hue angle of 111.27º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #71F85A is Cyan = 0.54, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 113 | 248 | 90 | - |
| CMYK | 0.54 | 0 | 0.64 | 0.03 |
| HSL | 111.27º | 0.92% | 0.66% | - |
| HSV(B) | 111.27º | 0.64% | 0.97% | - |
| XYZ | 42.22 | 71.38 | 21.23 | - |
| YUV | 189.62 | 71.77 | 73.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 248 | 90 | 0.54 | 0 | 0.64 | 0.03 | 111.27 | 0.92 | 0.66 |
| Hex | 71 | F8 | 5A | 36 | 0 | 40 | 3 | 6F | 5C | 42 |
| Octal | 161 | 370 | 132 | 66 | 0 | 100 | 3 | 157 | 134 | 102 |
| Binary | 1110001 | 11111000 | 1011010 | 110110 | 0 | 1000000 | 11 | 1101111 | 1011100 | 1000010 |
Color Harmonies of #71F85A
Complementary color
Monochromatic Colors of #71F85A
Black with #71F85A
Text Example
Text Example
White with #71F85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F85A; }
p { color: rgb(113,248,90); }
H1.HeaderClassName
{
color: #71F85A;
}
.AnyTagClassName
{
color: #71F85A;
}
</style>
background-color css
<style>
a { background-color: #71F85A; }
a { background-color: rgb(113,248,90); }
div.DivClassName
{
background-color: #71F85A;
}
.BgClassName
{
background-color: #71F85A;
}
</style>
border-color css
<style>
span { border-color: #71F85A; }
span { border-color: rgb(113,248,90); }
td.TdClassName
{
border-color: #71F85A;
}
.TagClassName
{
border-color: #71F85A;
}
</style>