#71FA8A

Color #71FA8A Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #71FA8A

Tints of Light Green #71FA8A

Color information

#71FA8A (or 0x71FA8A) is unknown color: approx Light Green. HEX triplet: 71, FA and 8A. RGB value is (113,250,138). Sum of RGB (Red+Green+Blue) = 113+250+138=501 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.55% from 501); Green value is 250 (98.05% from 255 or 49.90% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 250 - color contains mainly: green. Hex color #71FA8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71FA8A is #8E0575. Grayscale: #C4C4C4. Windows color (decimal): -9307510 or 9108081. OLE color: 9108081.

HSL color Cylindrical-coordinate representation of color #71FA8A: hue angle of 130.95º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71FA8A is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB113250138-
CMYK0.5500.450.02
HSL130.95º93.2%71.18%-
HSV(B)130.95º54.8%98.04%-
XYZ45.5873.7235.87-
YUV196.2795.1168.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 22.55%
GREEN value IS 250 (98.05% from 255) = 49.90%
BLUE value IS 138 (54.30% from 255) = 27.54%
R=22.55%
G=49.90%
B=27.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1132501380.5500.450.02130.9593.271.18
Hex71FA8A3702D2835d47
Octal161372212670552203135107
Binary111000111111010100010101101110101101101000001110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71FA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71FA8A; }

 p { color: rgb(113,250,138); }

 H1.HeaderClassName
 {
   color: #71FA8A;
 }
 .AnyTagClassName
 {
   color: #71FA8A;
 }
</style>
background-color css

<style>
 a { background-color: #71FA8A; }

 a { background-color: rgb(113,250,138); }

 div.DivClassName
 {
   background-color: #71FA8A;
 }
 .BgClassName
 {
   background-color: #71FA8A;
 }
</style>
border-color css

<style>
 span { border-color: #71FA8A; }

 span { border-color: rgb(113,250,138); }

 td.TdClassName
 {
   border-color: #71FA8A;
 }
 .TagClassName
 {
   border-color: #71FA8A;
 }
</style>