Shades of Screamin' Green #71F350
Tints of Screamin' Green #71F350
RGB
CMYK
RGB Variations
Color information
#71F350 (or 0x71F350) is known color: Screamin' Green. HEX triplet: 71, F3 and 50. RGB value is (113,243,80). Sum of RGB (Red+Green+Blue) = 113+243+80=436 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.92% from 436); Green value is 243 (95.31% from 255 or 55.73% from 436); Blue value is 80 (31.64% from 255 or 18.35% from 436); Max value from RGB is 243 - color contains mainly: green. Hex color #71F350 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #71F350 is #8E0CAF. Grayscale: #BABABA. Windows color (decimal): -9309360 or 5305201. OLE color: 5305201.
HSL color Cylindrical-coordinate representation of color #71F350: hue angle of 107.85º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #71F350 is Cyan = 0.53, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 243 | 80 | - |
| CMYK | 0.53 | 0 | 0.67 | 0.05 |
| HSL | 107.85º | 0.87% | 0.63% | - |
| HSV(B) | 107.85º | 0.67% | 0.95% | - |
| XYZ | 40.31 | 68.19 | 18.63 | - |
| YUV | 185.55 | 68.43 | 76.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 243 | 80 | 0.53 | 0 | 0.67 | 0.05 | 107.85 | 0.87 | 0.63 |
| Hex | 71 | F3 | 50 | 35 | 0 | 43 | 5 | 6C | 57 | 3F |
| Octal | 161 | 363 | 120 | 65 | 0 | 103 | 5 | 154 | 127 | 77 |
| Binary | 1110001 | 11110011 | 1010000 | 110101 | 0 | 1000011 | 101 | 1101100 | 1010111 | 111111 |
Color Harmonies of #71F350
Complementary color
Monochromatic Colors of #71F350
Black with #71F350
Text Example
Text Example
White with #71F350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F350; }
p { color: rgb(113,243,80); }
H1.HeaderClassName
{
color: #71F350;
}
.AnyTagClassName
{
color: #71F350;
}
</style>
background-color css
<style>
a { background-color: #71F350; }
a { background-color: rgb(113,243,80); }
div.DivClassName
{
background-color: #71F350;
}
.BgClassName
{
background-color: #71F350;
}
</style>
border-color css
<style>
span { border-color: #71F350; }
span { border-color: rgb(113,243,80); }
td.TdClassName
{
border-color: #71F350;
}
.TagClassName
{
border-color: #71F350;
}
</style>