Shades of Screamin' Green #71F16D
Tints of Screamin' Green #71F16D
RGB
CMYK
RGB Variations
Color information
#71F16D (or 0x71F16D) is known color: Screamin' Green. HEX triplet: 71, F1 and 6D. RGB value is (113,241,109). Sum of RGB (Red+Green+Blue) = 113+241+109=463 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.41% from 463); Green value is 241 (94.53% from 255 or 52.05% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 241 - color contains mainly: green. Hex color #71F16D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #71F16D is #8E0E92. Grayscale: #BCBCBC. Windows color (decimal): -9309843 or 7205233. OLE color: 7205233.
HSL color Cylindrical-coordinate representation of color #71F16D: hue angle of 118.18º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71F16D is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 241 | 109 | - |
| CMYK | 0.53 | 0 | 0.55 | 0.05 |
| HSL | 118.18º | 0.83% | 0.69% | - |
| HSV(B) | 118.18º | 0.55% | 0.95% | - |
| XYZ | 41.03 | 67.53 | 25.34 | - |
| YUV | 187.68 | 83.59 | 74.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 241 | 109 | 0.53 | 0 | 0.55 | 0.05 | 118.18 | 0.83 | 0.69 |
| Hex | 71 | F1 | 6D | 35 | 0 | 37 | 5 | 76 | 52 | 45 |
| Octal | 161 | 361 | 155 | 65 | 0 | 67 | 5 | 166 | 122 | 105 |
| Binary | 1110001 | 11110001 | 1101101 | 110101 | 0 | 110111 | 101 | 1110110 | 1010010 | 1000101 |
Color Harmonies of #71F16D
Complementary color
Monochromatic Colors of #71F16D
Black with #71F16D
Text Example
Text Example
White with #71F16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F16D; }
p { color: rgb(113,241,109); }
H1.HeaderClassName
{
color: #71F16D;
}
.AnyTagClassName
{
color: #71F16D;
}
</style>
background-color css
<style>
a { background-color: #71F16D; }
a { background-color: rgb(113,241,109); }
div.DivClassName
{
background-color: #71F16D;
}
.BgClassName
{
background-color: #71F16D;
}
</style>
border-color css
<style>
span { border-color: #71F16D; }
span { border-color: rgb(113,241,109); }
td.TdClassName
{
border-color: #71F16D;
}
.TagClassName
{
border-color: #71F16D;
}
</style>