#71D66B

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

Shades of Pastel Green #71D66B

Tints of Pastel Green #71D66B

Color information

#71D66B (or 0x71D66B) is unknown color: approx Pastel Green. HEX triplet: 71, D6 and 6B. RGB value is (113,214,107). Sum of RGB (Red+Green+Blue) = 113+214+107=434 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.04% from 434); Green value is 214 (83.98% from 255 or 49.31% from 434); Blue value is 107 (42.19% from 255 or 24.65% from 434); Max value from RGB is 214 - color contains mainly: green. Hex color #71D66B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D66B is #8E2994. Grayscale: #ABABAB. Windows color (decimal): -9316757 or 7067249. OLE color: 7067249.

HSL color Cylindrical-coordinate representation of color #71D66B: hue angle of 116.64º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71D66B is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB113214107-
CMYK0.4700.500.16
HSL116.64º56.61%62.94%-
HSV(B)116.64º50%83.92%-
XYZ33.5152.6722.31-
YUV171.691.5486.2-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.04%
GREEN value IS 214 (83.98% from 255) = 49.31%
BLUE value IS 107 (42.19% from 255) = 24.65%
R=26.04%
G=49.31%
B=24.65%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1132141070.4700.500.16116.6456.6162.94
Hex71D66B2F0321075393f
Octal16132615357062201657177
Binary11100011101011011010111011110110010100001110101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71D66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,214,107); }

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

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

 a { background-color: rgb(113,214,107); }

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

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

 span { border-color: rgb(113,214,107); }

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