Shades of Light Green #71FF9A
Tints of Light Green #71FF9A
RGB
CMYK
RGB Variations
Color information
#71FF9A (or 0x71FF9A) is known color: Light Green. HEX triplet: 71, FF and 9A. RGB value is (113,255,154). Sum of RGB (Red+Green+Blue) = 113+255+154=522 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.65% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 154 (60.55% from 255 or 29.50% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #71FF9A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71FF9A is #8E0065. Grayscale: #C9C9C9. Windows color (decimal): -9306214 or 10157937. OLE color: 10157937.
HSL color Cylindrical-coordinate representation of color #71FF9A: hue angle of 137.32º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71FF9A is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 255 | 154 | - |
| CMYK | 0.56 | 0 | 0.40 | 0 |
| HSL | 137.32º | 1% | 0.72% | - |
| HSV(B) | 137.32º | 0.56% | 1% | - |
| XYZ | 48.4 | 77.36 | 42.95 | - |
| YUV | 201.03 | 101.46 | 65.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 255 | 154 | 0.56 | 0 | 0.40 | 0 | 137.32 | 1 | 0.72 |
| Hex | 71 | FF | 9A | 38 | 0 | 28 | 0 | 89 | 64 | 48 |
| Octal | 161 | 377 | 232 | 70 | 0 | 50 | 0 | 211 | 144 | 110 |
| Binary | 1110001 | 11111111 | 10011010 | 111000 | 0 | 101000 | 0 | 10001001 | 1100100 | 1001000 |
Color Harmonies of #71FF9A
Complementary color
Monochromatic Colors of #71FF9A
Black with #71FF9A
Text Example
Text Example
White with #71FF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71FF9A; }
p { color: rgb(113,255,154); }
H1.HeaderClassName
{
color: #71FF9A;
}
.AnyTagClassName
{
color: #71FF9A;
}
</style>
background-color css
<style>
a { background-color: #71FF9A; }
a { background-color: rgb(113,255,154); }
div.DivClassName
{
background-color: #71FF9A;
}
.BgClassName
{
background-color: #71FF9A;
}
</style>
border-color css
<style>
span { border-color: #71FF9A; }
span { border-color: rgb(113,255,154); }
td.TdClassName
{
border-color: #71FF9A;
}
.TagClassName
{
border-color: #71FF9A;
}
</style>