#71FC94

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

Shades of Light Green #71FC94

Tints of Light Green #71FC94

Color information

#71FC94 (or 0x71FC94) is unknown color: approx Light Green. HEX triplet: 71, FC and 94. RGB value is (113,252,148). Sum of RGB (Red+Green+Blue) = 113+252+148=513 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.03% from 513); Green value is 252 (98.83% from 255 or 49.12% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 252 - color contains mainly: green. Hex color #71FC94 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71FC94 is #8E036B. Grayscale: #C6C6C6. Windows color (decimal): -9306988 or 9763953. OLE color: 9763953.

HSL color Cylindrical-coordinate representation of color #71FC94: hue angle of 135.11º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71FC94 is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB113252148-
CMYK0.5500.410.01
HSL135.11º95.86%71.57%-
HSV(B)135.11º55.16%98.82%-
XYZ46.9775.2740.07-
YUV198.5899.4566.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.03%
GREEN value IS 252 (98.83% from 255) = 49.12%
BLUE value IS 148 (58.20% from 255) = 28.85%
R=22.03%
G=49.12%
B=28.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1132521480.5500.410.01135.1195.8671.57
Hex71FC94370291876048
Octal161374224670511207140110
Binary11100011111110010010100110111010100111000011111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71FC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,252,148); }

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

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

 a { background-color: rgb(113,252,148); }

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

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

 span { border-color: rgb(113,252,148); }

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