Shades of Screamin' Green #71FE66
Tints of Screamin' Green #71FE66
RGB
CMYK
RGB Variations
Color information
#71FE66 (or 0x71FE66) is known color: Screamin' Green. HEX triplet: 71, FE and 66. RGB value is (113,254,102). Sum of RGB (Red+Green+Blue) = 113+254+102=469 (62% of max value = 765). Red value is 113 (44.53% from 255 or 24.09% from 469); Green value is 254 (99.61% from 255 or 54.16% from 469); Blue value is 102 (40.23% from 255 or 21.75% from 469); Max value from RGB is 254 - color contains mainly: green. Hex color #71FE66 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #71FE66 is #8E0199. Grayscale: #C2C2C2. Windows color (decimal): -9306522 or 6749809. OLE color: 6749809.
HSL color Cylindrical-coordinate representation of color #71FE66: hue angle of 115.66º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #71FE66 is Cyan = 0.56, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 254 | 102 | - |
| CMYK | 0.56 | 0 | 0.60 | 0.00 |
| HSL | 115.66º | 0.99% | 0.7% | - |
| HSV(B) | 115.66º | 0.6% | 1% | - |
| XYZ | 44.65 | 75.35 | 24.76 | - |
| YUV | 194.51 | 75.79 | 69.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 254 | 102 | 0.56 | 0 | 0.60 | 0.00 | 115.66 | 0.99 | 0.7 |
| Hex | 71 | FE | 66 | 38 | 0 | 3C | 0 | 74 | 63 | 46 |
| Octal | 161 | 376 | 146 | 70 | 0 | 74 | 0 | 164 | 143 | 106 |
| Binary | 1110001 | 11111110 | 1100110 | 111000 | 0 | 111100 | 0 | 1110100 | 1100011 | 1000110 |
Color Harmonies of #71FE66
Complementary color
Monochromatic Colors of #71FE66
Black with #71FE66
Text Example
Text Example
White with #71FE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FE66; }
p { color: rgb(113,254,102); }
H1.HeaderClassName
{
color: #71FE66;
}
.AnyTagClassName
{
color: #71FE66;
}
</style>
background-color css
<style>
a { background-color: #71FE66; }
a { background-color: rgb(113,254,102); }
div.DivClassName
{
background-color: #71FE66;
}
.BgClassName
{
background-color: #71FE66;
}
</style>
border-color css
<style>
span { border-color: #71FE66; }
span { border-color: rgb(113,254,102); }
td.TdClassName
{
border-color: #71FE66;
}
.TagClassName
{
border-color: #71FE66;
}
</style>