Shades of Screamin' Green #71F26C
Tints of Screamin' Green #71F26C
RGB
CMYK
RGB Variations
Color information
#71F26C (or 0x71F26C) is known color: Screamin' Green. HEX triplet: 71, F2 and 6C. RGB value is (113,242,108). Sum of RGB (Red+Green+Blue) = 113+242+108=463 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.41% from 463); Green value is 242 (94.92% from 255 or 52.27% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 242 - color contains mainly: green. Hex color #71F26C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #71F26C is #8E0D93. Grayscale: #BCBCBC. Windows color (decimal): -9309588 or 7139953. OLE color: 7139953.
HSL color Cylindrical-coordinate representation of color #71F26C: hue angle of 117.76º 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 #71F26C is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 242 | 108 | - |
| CMYK | 0.53 | 0 | 0.55 | 0.05 |
| HSL | 117.76º | 0.84% | 0.69% | - |
| HSV(B) | 117.76º | 0.55% | 0.95% | - |
| XYZ | 41.27 | 68.1 | 25.16 | - |
| YUV | 188.15 | 82.76 | 74.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 242 | 108 | 0.53 | 0 | 0.55 | 0.05 | 117.76 | 0.84 | 0.69 |
| Hex | 71 | F2 | 6C | 35 | 0 | 37 | 5 | 76 | 54 | 45 |
| Octal | 161 | 362 | 154 | 65 | 0 | 67 | 5 | 166 | 124 | 105 |
| Binary | 1110001 | 11110010 | 1101100 | 110101 | 0 | 110111 | 101 | 1110110 | 1010100 | 1000101 |
Color Harmonies of #71F26C
Complementary color
Monochromatic Colors of #71F26C
Black with #71F26C
Text Example
Text Example
White with #71F26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F26C; }
p { color: rgb(113,242,108); }
H1.HeaderClassName
{
color: #71F26C;
}
.AnyTagClassName
{
color: #71F26C;
}
</style>
background-color css
<style>
a { background-color: #71F26C; }
a { background-color: rgb(113,242,108); }
div.DivClassName
{
background-color: #71F26C;
}
.BgClassName
{
background-color: #71F26C;
}
</style>
border-color css
<style>
span { border-color: #71F26C; }
span { border-color: rgb(113,242,108); }
td.TdClassName
{
border-color: #71F26C;
}
.TagClassName
{
border-color: #71F26C;
}
</style>