#71CC7F

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

Shades of Pastel Green #71CC7F

Tints of Pastel Green #71CC7F

Color information

#71CC7F (or 0x71CC7F) is unknown color: approx Pastel Green. HEX triplet: 71, CC and 7F. RGB value is (113,204,127). Sum of RGB (Red+Green+Blue) = 113+204+127=444 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.45% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 127 (50% from 255 or 28.60% from 444); Max value from RGB is 204 - color contains mainly: green. Hex color #71CC7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71CC7F is #8E3380. Grayscale: #A8A8A8. Windows color (decimal): -9319297 or 8375409. OLE color: 8375409.

HSL color Cylindrical-coordinate representation of color #71CC7F: hue angle of 129.23º 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 #71CC7F is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB113204127-
CMYK0.4500.380.2
HSL129.23º47.15%62.16%-
HSV(B)129.23º44.61%80%-
XYZ32.2348.2327.69-
YUV168.01104.8588.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.45%
GREEN value IS 204 (80.08% from 255) = 45.95%
BLUE value IS 127 (50% from 255) = 28.60%
R=25.45%
G=45.95%
B=28.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1132041270.4500.380.2129.2347.1562.16
Hex71CC7F2D02614812f3e
Octal16131417755046242015776
Binary111000111001100111111110110101001101010010000001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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