#71CC70

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

Shades of Pastel Green #71CC70

Tints of Pastel Green #71CC70

Color information

#71CC70 (or 0x71CC70) is unknown color: approx Pastel Green. HEX triplet: 71, CC and 70. RGB value is (113,204,112). Sum of RGB (Red+Green+Blue) = 113+204+112=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 204 - color contains mainly: green. Hex color #71CC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71CC70 is #8E338F. Grayscale: #A6A6A6. Windows color (decimal): -9319312 or 7392369. OLE color: 7392369.

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

Color convert

RGB113204112-
CMYK0.4500.450.2
HSL119.35º47.42%61.96%-
HSV(B)119.35º45.1%80%-
XYZ31.3347.8722.92-
YUV166.397.3589.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.34%
GREEN value IS 204 (80.08% from 255) = 47.55%
BLUE value IS 112 (44.14% from 255) = 26.11%
R=26.34%
G=47.55%
B=26.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1132041120.4500.450.2119.3547.4261.96
Hex71CC702D02D14772f3e
Octal16131416055055241675776
Binary11100011100110011100001011010101101101001110111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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