Shades of Light Green #71F194
Tints of Light Green #71F194
RGB
CMYK
RGB Variations
Color information
#71F194 (or 0x71F194) is known color: Light Green. HEX triplet: 71, F1 and 94. RGB value is (113,241,148). Sum of RGB (Red+Green+Blue) = 113+241+148=502 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.51% from 502); Green value is 241 (94.53% from 255 or 48.01% from 502); Blue value is 148 (58.20% from 255 or 29.48% from 502); Max value from RGB is 241 - color contains mainly: green. Hex color #71F194 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71F194 is #8E0E6B. Grayscale: #C0C0C0. Windows color (decimal): -9309804 or 9761137. OLE color: 9761137.
HSL color Cylindrical-coordinate representation of color #71F194: hue angle of 136.41º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71F194 is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 241 | 148 | - |
| CMYK | 0.53 | 0 | 0.39 | 0.05 |
| HSL | 136.41º | 0.82% | 0.69% | - |
| HSV(B) | 136.41º | 0.53% | 0.95% | - |
| XYZ | 43.61 | 68.56 | 38.95 | - |
| YUV | 192.13 | 103.09 | 71.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 241 | 148 | 0.53 | 0 | 0.39 | 0.05 | 136.41 | 0.82 | 0.69 |
| Hex | 71 | F1 | 94 | 35 | 0 | 27 | 5 | 88 | 52 | 45 |
| Octal | 161 | 361 | 224 | 65 | 0 | 47 | 5 | 210 | 122 | 105 |
| Binary | 1110001 | 11110001 | 10010100 | 110101 | 0 | 100111 | 101 | 10001000 | 1010010 | 1000101 |
Color Harmonies of #71F194
Complementary color
Monochromatic Colors of #71F194
Black with #71F194
Text Example
Text Example
White with #71F194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71F194; }
p { color: rgb(113,241,148); }
H1.HeaderClassName
{
color: #71F194;
}
.AnyTagClassName
{
color: #71F194;
}
</style>
background-color css
<style>
a { background-color: #71F194; }
a { background-color: rgb(113,241,148); }
div.DivClassName
{
background-color: #71F194;
}
.BgClassName
{
background-color: #71F194;
}
</style>
border-color css
<style>
span { border-color: #71F194; }
span { border-color: rgb(113,241,148); }
td.TdClassName
{
border-color: #71F194;
}
.TagClassName
{
border-color: #71F194;
}
</style>