Shades of Screamin' Green #71F25C
Tints of Screamin' Green #71F25C
RGB
CMYK
RGB Variations
Color information
#71F25C (or 0x71F25C) is known color: Screamin' Green. HEX triplet: 71, F2 and 5C. RGB value is (113,242,92). Sum of RGB (Red+Green+Blue) = 113+242+92=447 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.28% from 447); Green value is 242 (94.92% from 255 or 54.14% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 242 - color contains mainly: green. Hex color #71F25C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #71F25C is #8E0DA3. Grayscale: #BABABA. Windows color (decimal): -9309604 or 6091377. OLE color: 6091377.
HSL color Cylindrical-coordinate representation of color #71F25C: hue angle of 111.6º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #71F25C is Cyan = 0.53, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 242 | 92 | - |
| CMYK | 0.53 | 0 | 0.62 | 0.05 |
| HSL | 111.6º | 0.85% | 0.65% | - |
| HSV(B) | 111.6º | 0.62% | 0.95% | - |
| XYZ | 40.49 | 67.79 | 21.08 | - |
| YUV | 186.33 | 74.76 | 75.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 242 | 92 | 0.53 | 0 | 0.62 | 0.05 | 111.6 | 0.85 | 0.65 |
| Hex | 71 | F2 | 5C | 35 | 0 | 3E | 5 | 70 | 55 | 41 |
| Octal | 161 | 362 | 134 | 65 | 0 | 76 | 5 | 160 | 125 | 101 |
| Binary | 1110001 | 11110010 | 1011100 | 110101 | 0 | 111110 | 101 | 1110000 | 1010101 | 1000001 |
Color Harmonies of #71F25C
Complementary color
Monochromatic Colors of #71F25C
Black with #71F25C
Text Example
Text Example
White with #71F25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F25C; }
p { color: rgb(113,242,92); }
H1.HeaderClassName
{
color: #71F25C;
}
.AnyTagClassName
{
color: #71F25C;
}
</style>
background-color css
<style>
a { background-color: #71F25C; }
a { background-color: rgb(113,242,92); }
div.DivClassName
{
background-color: #71F25C;
}
.BgClassName
{
background-color: #71F25C;
}
</style>
border-color css
<style>
span { border-color: #71F25C; }
span { border-color: rgb(113,242,92); }
td.TdClassName
{
border-color: #71F25C;
}
.TagClassName
{
border-color: #71F25C;
}
</style>