Shades of Screamin' Green #71F53C
Tints of Screamin' Green #71F53C
RGB
CMYK
RGB Variations
Color information
#71F53C (or 0x71F53C) is known color: Screamin' Green. HEX triplet: 71, F5 and 3C. RGB value is (113,245,60). Sum of RGB (Red+Green+Blue) = 113+245+60=418 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.03% from 418); Green value is 245 (96.09% from 255 or 58.61% from 418); Blue value is 60 (23.83% from 255 or 14.35% from 418); Max value from RGB is 245 - color contains mainly: green. Hex color #71F53C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71F53C is #8E0AC3. Grayscale: #B9B9B9. Windows color (decimal): -9308868 or 3994993. OLE color: 3994993.
HSL color Cylindrical-coordinate representation of color #71F53C: hue angle of 102.81º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #71F53C is Cyan = 0.54, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 113 | 245 | 60 | - |
| CMYK | 0.54 | 0 | 0.76 | 0.04 |
| HSL | 102.81º | 0.9% | 0.6% | - |
| HSV(B) | 102.81º | 0.76% | 0.96% | - |
| XYZ | 40.28 | 69.14 | 15.5 | - |
| YUV | 184.44 | 57.77 | 77.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 245 | 60 | 0.54 | 0 | 0.76 | 0.04 | 102.81 | 0.9 | 0.6 |
| Hex | 71 | F5 | 3C | 36 | 0 | 4C | 4 | 67 | 5A | 3C |
| Octal | 161 | 365 | 74 | 66 | 0 | 114 | 4 | 147 | 132 | 74 |
| Binary | 1110001 | 11110101 | 111100 | 110110 | 0 | 1001100 | 100 | 1100111 | 1011010 | 111100 |
Color Harmonies of #71F53C
Complementary color
Monochromatic Colors of #71F53C
Black with #71F53C
Text Example
Text Example
White with #71F53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F53C; }
p { color: rgb(113,245,60); }
H1.HeaderClassName
{
color: #71F53C;
}
.AnyTagClassName
{
color: #71F53C;
}
</style>
background-color css
<style>
a { background-color: #71F53C; }
a { background-color: rgb(113,245,60); }
div.DivClassName
{
background-color: #71F53C;
}
.BgClassName
{
background-color: #71F53C;
}
</style>
border-color css
<style>
span { border-color: #71F53C; }
span { border-color: rgb(113,245,60); }
td.TdClassName
{
border-color: #71F53C;
}
.TagClassName
{
border-color: #71F53C;
}
</style>