Shades of Screamin' Green #71FE60
Tints of Screamin' Green #71FE60
RGB
CMYK
RGB Variations
Color information
#71FE60 (or 0x71FE60) is known color: Screamin' Green. HEX triplet: 71, FE and 60. RGB value is (113,254,96). Sum of RGB (Red+Green+Blue) = 113+254+96=463 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.41% from 463); Green value is 254 (99.61% from 255 or 54.86% from 463); Blue value is 96 (37.89% from 255 or 20.73% from 463); Max value from RGB is 254 - color contains mainly: green. Hex color #71FE60 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #71FE60 is #8E019F. Grayscale: #C2C2C2. Windows color (decimal): -9306528 or 6356593. OLE color: 6356593.
HSL color Cylindrical-coordinate representation of color #71FE60: hue angle of 113.54º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #71FE60 is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 254 | 96 | - |
| CMYK | 0.56 | 0 | 0.62 | 0.00 |
| HSL | 113.54º | 0.99% | 0.69% | - |
| HSV(B) | 113.54º | 0.62% | 1% | - |
| XYZ | 44.36 | 75.24 | 23.25 | - |
| YUV | 193.83 | 72.79 | 70.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 254 | 96 | 0.56 | 0 | 0.62 | 0.00 | 113.54 | 0.99 | 0.69 |
| Hex | 71 | FE | 60 | 38 | 0 | 3E | 0 | 72 | 63 | 45 |
| Octal | 161 | 376 | 140 | 70 | 0 | 76 | 0 | 162 | 143 | 105 |
| Binary | 1110001 | 11111110 | 1100000 | 111000 | 0 | 111110 | 0 | 1110010 | 1100011 | 1000101 |
Color Harmonies of #71FE60
Complementary color
Monochromatic Colors of #71FE60
Black with #71FE60
Text Example
Text Example
White with #71FE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FE60; }
p { color: rgb(113,254,96); }
H1.HeaderClassName
{
color: #71FE60;
}
.AnyTagClassName
{
color: #71FE60;
}
</style>
background-color css
<style>
a { background-color: #71FE60; }
a { background-color: rgb(113,254,96); }
div.DivClassName
{
background-color: #71FE60;
}
.BgClassName
{
background-color: #71FE60;
}
</style>
border-color css
<style>
span { border-color: #71FE60; }
span { border-color: rgb(113,254,96); }
td.TdClassName
{
border-color: #71FE60;
}
.TagClassName
{
border-color: #71FE60;
}
</style>