#71CD6F

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

Shades of Pastel Green #71CD6F

Tints of Pastel Green #71CD6F

Color information

#71CD6F (or 0x71CD6F) is unknown color: approx Pastel Green. HEX triplet: 71, CD and 6F. RGB value is (113,205,111). Sum of RGB (Red+Green+Blue) = 113+205+111=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 205 (80.47% from 255 or 47.79% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 205 - color contains mainly: green. Hex color #71CD6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71CD6F is #8E3290. Grayscale: #A7A7A7. Windows color (decimal): -9319057 or 7327089. OLE color: 7327089.

HSL color Cylindrical-coordinate representation of color #71CD6F: hue angle of 118.72º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71CD6F is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB113205111-
CMYK0.4500.460.20
HSL118.72º48.45%61.96%-
HSV(B)118.72º45.85%80.39%-
XYZ31.5148.3222.71-
YUV166.7896.5289.64-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.34%
GREEN value IS 205 (80.47% from 255) = 47.79%
BLUE value IS 111 (43.75% from 255) = 25.87%
R=26.34%
G=47.79%
B=25.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1132051110.4500.460.20118.7248.4561.96
Hex71CD6F2D02E1477303e
Octal16131515755056241676076
Binary11100011100110111011111011010101110101001110111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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