Shades of Screamin' Green #71F73C
Tints of Screamin' Green #71F73C
RGB
CMYK
RGB Variations
Color information
#71F73C (or 0x71F73C) is known color: Screamin' Green. HEX triplet: 71, F7 and 3C. RGB value is (113,247,60). Sum of RGB (Red+Green+Blue) = 113+247+60=420 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.90% from 420); Green value is 247 (96.88% from 255 or 58.81% from 420); Blue value is 60 (23.83% from 255 or 14.29% from 420); Max value from RGB is 247 - color contains mainly: green. Hex color #71F73C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71F73C is #8E08C3. Grayscale: #BABABA. Windows color (decimal): -9308356 or 3995505. OLE color: 3995505.
HSL color Cylindrical-coordinate representation of color #71F73C: hue angle of 102.99º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #71F73C is Cyan = 0.54, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 113 | 247 | 60 | - |
| CMYK | 0.54 | 0 | 0.76 | 0.03 |
| HSL | 102.99º | 0.92% | 0.6% | - |
| HSV(B) | 102.99º | 0.76% | 0.97% | - |
| XYZ | 40.89 | 70.36 | 15.7 | - |
| YUV | 185.62 | 57.11 | 76.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 247 | 60 | 0.54 | 0 | 0.76 | 0.03 | 102.99 | 0.92 | 0.6 |
| Hex | 71 | F7 | 3C | 36 | 0 | 4C | 3 | 67 | 5C | 3C |
| Octal | 161 | 367 | 74 | 66 | 0 | 114 | 3 | 147 | 134 | 74 |
| Binary | 1110001 | 11110111 | 111100 | 110110 | 0 | 1001100 | 11 | 1100111 | 1011100 | 111100 |
Color Harmonies of #71F73C
Complementary color
Monochromatic Colors of #71F73C
Black with #71F73C
Text Example
Text Example
White with #71F73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F73C; }
p { color: rgb(113,247,60); }
H1.HeaderClassName
{
color: #71F73C;
}
.AnyTagClassName
{
color: #71F73C;
}
</style>
background-color css
<style>
a { background-color: #71F73C; }
a { background-color: rgb(113,247,60); }
div.DivClassName
{
background-color: #71F73C;
}
.BgClassName
{
background-color: #71F73C;
}
</style>
border-color css
<style>
span { border-color: #71F73C; }
span { border-color: rgb(113,247,60); }
td.TdClassName
{
border-color: #71F73C;
}
.TagClassName
{
border-color: #71F73C;
}
</style>