#71EF72

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

Shades of Pastel Green #71EF72

Tints of Pastel Green #71EF72

Color information

#71EF72 (or 0x71EF72) is unknown color: approx Pastel Green. HEX triplet: 71, EF and 72. RGB value is (113,239,114). Sum of RGB (Red+Green+Blue) = 113+239+114=466 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.25% from 466); Green value is 239 (93.75% from 255 or 51.29% from 466); Blue value is 114 (44.92% from 255 or 24.46% from 466); Max value from RGB is 239 - color contains mainly: green. Hex color #71EF72 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #71EF72 is #8E108D. Grayscale: #BBBBBB. Windows color (decimal): -9310350 or 7532401. OLE color: 7532401.

HSL color Cylindrical-coordinate representation of color #71EF72: hue angle of 120.48º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71EF72 is Cyan = 0.53, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB113239114-
CMYK0.5300.520.06
HSL120.48º79.75%69.02%-
HSV(B)120.48º52.72%93.73%-
XYZ40.7166.4626.6-
YUV187.0886.7675.16-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.25%
GREEN value IS 239 (93.75% from 255) = 51.29%
BLUE value IS 114 (44.92% from 255) = 24.46%
R=24.25%
G=51.29%
B=24.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1132391140.5300.520.06120.4879.7569.02
Hex71EF72350346785045
Octal161357162650646170120105
Binary11100011110111111100101101010110100110111100010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71EF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,239,114); }

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

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

 a { background-color: rgb(113,239,114); }

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

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

 span { border-color: rgb(113,239,114); }

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