#71D870

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

Shades of Pastel Green #71D870

Tints of Pastel Green #71D870

Color information

#71D870 (or 0x71D870) is unknown color: approx Pastel Green. HEX triplet: 71, D8 and 70. RGB value is (113,216,112). Sum of RGB (Red+Green+Blue) = 113+216+112=441 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.62% from 441); Green value is 216 (84.77% from 255 or 48.98% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 216 - color contains mainly: green. Hex color #71D870 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D870 is #8E278F. Grayscale: #ADADAD. Windows color (decimal): -9316240 or 7395441. OLE color: 7395441.

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

Color convert

RGB113216112-
CMYK0.4800.480.15
HSL119.42º57.14%64.31%-
HSV(B)119.42º48.15%84.71%-
XYZ34.2953.7923.9-
YUV173.3593.3884.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.62%
GREEN value IS 216 (84.77% from 255) = 48.98%
BLUE value IS 112 (44.14% from 255) = 25.40%
R=25.62%
G=48.98%
B=25.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1132161120.4800.480.15119.4257.1464.31
Hex71D87030030F773940
Octal161330160600601716771100
Binary11100011101100011100001100000110000111111101111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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