#71D961

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

Shades of Pastel Green #71D961

Tints of Pastel Green #71D961

Color information

#71D961 (or 0x71D961) is unknown color: approx Pastel Green. HEX triplet: 71, D9 and 61. RGB value is (113,217,97). Sum of RGB (Red+Green+Blue) = 113+217+97=427 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.46% from 427); Green value is 217 (85.16% from 255 or 50.82% from 427); Blue value is 97 (38.28% from 255 or 22.72% from 427); Max value from RGB is 217 - color contains mainly: green. Hex color #71D961 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D961 is #8E269E. Grayscale: #ACACAC. Windows color (decimal): -9315999 or 6412657. OLE color: 6412657.

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

Color convert

RGB11321797-
CMYK0.4800.550.15
HSL112º61.22%61.57%-
HSV(B)112º55.3%85.1%-
XYZ33.785419.95-
YUV172.2285.5485.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.46%
GREEN value IS 217 (85.16% from 255) = 50.82%
BLUE value IS 97 (38.28% from 255) = 22.72%
R=26.46%
G=50.82%
B=22.72%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal113217970.4800.550.1511261.2261.57
Hex71D96130037F703d3e
Octal16133114160067171607576
Binary1110001110110011100001110000011011111111110000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,217,97); }

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

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

 a { background-color: rgb(113,217,97); }

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

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

 span { border-color: rgb(113,217,97); }

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