Shades of Light Green #71E996
Tints of Light Green #71E996
RGB
CMYK
RGB Variations
Color information
#71E996 (or 0x71E996) is known color: Light Green. HEX triplet: 71, E9 and 96. RGB value is (113,233,150). Sum of RGB (Red+Green+Blue) = 113+233+150=496 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.78% from 496); Green value is 233 (91.41% from 255 or 46.98% from 496); Blue value is 150 (58.98% from 255 or 30.24% from 496); Max value from RGB is 233 - color contains mainly: green. Hex color #71E996 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71E996 is #8E1669. Grayscale: #BBBBBB. Windows color (decimal): -9311850 or 9890161. OLE color: 9890161.
HSL color Cylindrical-coordinate representation of color #71E996: hue angle of 138.5º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71E996 is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 113 | 233 | 150 | - |
| CMYK | 0.52 | 0 | 0.36 | 0.09 |
| HSL | 138.5º | 0.73% | 0.68% | - |
| HSV(B) | 138.5º | 0.52% | 0.91% | - |
| XYZ | 41.45 | 63.99 | 39.02 | - |
| YUV | 187.66 | 106.74 | 74.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 233 | 150 | 0.52 | 0 | 0.36 | 0.09 | 138.5 | 0.73 | 0.68 |
| Hex | 71 | E9 | 96 | 34 | 0 | 24 | 9 | 8A | 49 | 44 |
| Octal | 161 | 351 | 226 | 64 | 0 | 44 | 11 | 212 | 111 | 104 |
| Binary | 1110001 | 11101001 | 10010110 | 110100 | 0 | 100100 | 1001 | 10001010 | 1001001 | 1000100 |
Color Harmonies of #71E996
Complementary color
Monochromatic Colors of #71E996
Black with #71E996
Text Example
Text Example
White with #71E996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E996; }
p { color: rgb(113,233,150); }
H1.HeaderClassName
{
color: #71E996;
}
.AnyTagClassName
{
color: #71E996;
}
</style>
background-color css
<style>
a { background-color: #71E996; }
a { background-color: rgb(113,233,150); }
div.DivClassName
{
background-color: #71E996;
}
.BgClassName
{
background-color: #71E996;
}
</style>
border-color css
<style>
span { border-color: #71E996; }
span { border-color: rgb(113,233,150); }
td.TdClassName
{
border-color: #71E996;
}
.TagClassName
{
border-color: #71E996;
}
</style>