#71EC74

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

Shades of Pastel Green #71EC74

Tints of Pastel Green #71EC74

Color information

#71EC74 (or 0x71EC74) is unknown color: approx Pastel Green. HEX triplet: 71, EC and 74. RGB value is (113,236,116). Sum of RGB (Red+Green+Blue) = 113+236+116=465 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.30% from 465); Green value is 236 (92.58% from 255 or 50.75% from 465); Blue value is 116 (45.70% from 255 or 24.95% from 465); Max value from RGB is 236 - color contains mainly: green. Hex color #71EC74 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #71EC74 is #8E138B. Grayscale: #B9B9B9. Windows color (decimal): -9311116 or 7662705. OLE color: 7662705.

HSL color Cylindrical-coordinate representation of color #71EC74: hue angle of 121.46º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71EC74 is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB113236116-
CMYK0.5200.510.07
HSL121.46º76.4%68.43%-
HSV(B)121.46º52.12%92.55%-
XYZ39.9664.7626.92-
YUV185.5488.7576.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.30%
GREEN value IS 236 (92.58% from 255) = 50.75%
BLUE value IS 116 (45.70% from 255) = 24.95%
R=24.30%
G=50.75%
B=24.95%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1132361160.5200.510.07121.4676.468.43
Hex71EC74340337794c44
Octal161354164640637171114104
Binary11100011110110011101001101000110011111111100110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71EC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,236,116); }

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

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

 a { background-color: rgb(113,236,116); }

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

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

 span { border-color: rgb(113,236,116); }

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