#71CA7D

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

Shades of Pastel Green #71CA7D

Tints of Pastel Green #71CA7D

Color information

#71CA7D (or 0x71CA7D) is unknown color: approx Pastel Green. HEX triplet: 71, CA and 7D. RGB value is (113,202,125). Sum of RGB (Red+Green+Blue) = 113+202+125=440 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.68% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 202 - color contains mainly: green. Hex color #71CA7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71CA7D is #8E3582. Grayscale: #A6A6A6. Windows color (decimal): -9319811 or 8243825. OLE color: 8243825.

HSL color Cylindrical-coordinate representation of color #71CA7D: hue angle of 128.09º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71CA7D is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB113202125-
CMYK0.4400.380.21
HSL128.09º45.64%61.76%-
HSV(B)128.09º44.06%79.22%-
XYZ31.6347.2326.85-
YUV166.61104.5189.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.68%
GREEN value IS 202 (79.30% from 255) = 45.91%
BLUE value IS 125 (49.22% from 255) = 28.41%
R=25.68%
G=45.91%
B=28.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1132021250.4400.380.21128.0945.6461.76
Hex71CA7D2C02615802e3e
Octal16131217554046252005676
Binary111000111001010111110110110001001101010110000000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,202,125); }

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

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

 a { background-color: rgb(113,202,125); }

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

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

 span { border-color: rgb(113,202,125); }

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