#71F380

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

Shades of Pastel Green #71F380

Tints of Pastel Green #71F380

Color information

#71F380 (or 0x71F380) is unknown color: approx Pastel Green. HEX triplet: 71, F3 and 80. RGB value is (113,243,128). Sum of RGB (Red+Green+Blue) = 113+243+128=484 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.35% from 484); Green value is 243 (95.31% from 255 or 50.21% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 243 - color contains mainly: green. Hex color #71F380 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71F380 is #8E0C7F. Grayscale: #BFBFBF. Windows color (decimal): -9309312 or 8450929. OLE color: 8450929.

HSL color Cylindrical-coordinate representation of color #71F380: hue angle of 126.92º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71F380 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB113243128-
CMYK0.5300.470.05
HSL126.92º84.42%69.8%-
HSV(B)126.92º53.5%95.29%-
XYZ42.7669.1731.52-
YUV191.0292.4372.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.35%
GREEN value IS 243 (95.31% from 255) = 50.21%
BLUE value IS 128 (50.39% from 255) = 26.45%
R=23.35%
G=50.21%
B=26.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1132431280.5300.470.05126.9284.4269.8
Hex71F3803502F57f5446
Octal161363200650575177124106
Binary111000111110011100000001101010101111101111111110101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71F380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,243,128); }

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

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

 a { background-color: rgb(113,243,128); }

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

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

 span { border-color: rgb(113,243,128); }

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