#71D86F

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

Shades of Pastel Green #71D86F

Tints of Pastel Green #71D86F

Color information

#71D86F (or 0x71D86F) is unknown color: approx Pastel Green. HEX triplet: 71, D8 and 6F. RGB value is (113,216,111). Sum of RGB (Red+Green+Blue) = 113+216+111=440 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.68% from 440); Green value is 216 (84.77% from 255 or 49.09% from 440); Blue value is 111 (43.75% from 255 or 25.23% from 440); Max value from RGB is 216 - color contains mainly: green. Hex color #71D86F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D86F is #8E2790. Grayscale: #ADADAD. Windows color (decimal): -9316241 or 7329905. OLE color: 7329905.

HSL color Cylindrical-coordinate representation of color #71D86F: hue angle of 118.86º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71D86F is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB113216111-
CMYK0.4800.490.15
HSL118.86º57.38%64.12%-
HSV(B)118.86º48.61%84.71%-
XYZ34.2453.7723.61-
YUV173.2392.8885.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.68%
GREEN value IS 216 (84.77% from 255) = 49.09%
BLUE value IS 111 (43.75% from 255) = 25.23%
R=25.68%
G=49.09%
B=25.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1132161110.4800.490.15118.8657.3864.12
Hex71D86F30031F773940
Octal161330157600611716771100
Binary11100011101100011011111100000110001111111101111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,216,111); }

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

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

 a { background-color: rgb(113,216,111); }

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

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

 span { border-color: rgb(113,216,111); }

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