Shades of Screamin' Green #71F26D
Tints of Screamin' Green #71F26D
RGB
CMYK
RGB Variations
Color information
#71F26D (or 0x71F26D) is known color: Screamin' Green. HEX triplet: 71, F2 and 6D. RGB value is (113,242,109). Sum of RGB (Red+Green+Blue) = 113+242+109=464 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.35% from 464); Green value is 242 (94.92% from 255 or 52.16% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 242 - color contains mainly: green. Hex color #71F26D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #71F26D is #8E0D92. Grayscale: #BCBCBC. Windows color (decimal): -9309587 or 7205489. OLE color: 7205489.
HSL color Cylindrical-coordinate representation of color #71F26D: hue angle of 118.2º degrees, saturation: 0.84, 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 #71F26D is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 242 | 109 | - |
| CMYK | 0.53 | 0 | 0.55 | 0.05 |
| HSL | 118.2º | 0.84% | 0.69% | - |
| HSV(B) | 118.2º | 0.55% | 0.95% | - |
| XYZ | 41.32 | 68.12 | 25.44 | - |
| YUV | 188.27 | 83.26 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 242 | 109 | 0.53 | 0 | 0.55 | 0.05 | 118.2 | 0.84 | 0.69 |
| Hex | 71 | F2 | 6D | 35 | 0 | 37 | 5 | 76 | 54 | 45 |
| Octal | 161 | 362 | 155 | 65 | 0 | 67 | 5 | 166 | 124 | 105 |
| Binary | 1110001 | 11110010 | 1101101 | 110101 | 0 | 110111 | 101 | 1110110 | 1010100 | 1000101 |
Color Harmonies of #71F26D
Complementary color
Monochromatic Colors of #71F26D
Black with #71F26D
Text Example
Text Example
White with #71F26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F26D; }
p { color: rgb(113,242,109); }
H1.HeaderClassName
{
color: #71F26D;
}
.AnyTagClassName
{
color: #71F26D;
}
</style>
background-color css
<style>
a { background-color: #71F26D; }
a { background-color: rgb(113,242,109); }
div.DivClassName
{
background-color: #71F26D;
}
.BgClassName
{
background-color: #71F26D;
}
</style>
border-color css
<style>
span { border-color: #71F26D; }
span { border-color: rgb(113,242,109); }
td.TdClassName
{
border-color: #71F26D;
}
.TagClassName
{
border-color: #71F26D;
}
</style>