#71CF7A

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

Shades of Pastel Green #71CF7A

Tints of Pastel Green #71CF7A

Color information

#71CF7A (or 0x71CF7A) is unknown color: approx Pastel Green. HEX triplet: 71, CF and 7A. RGB value is (113,207,122). Sum of RGB (Red+Green+Blue) = 113+207+122=442 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.57% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 207 - color contains mainly: green. Hex color #71CF7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71CF7A is #8E3085. Grayscale: #A9A9A9. Windows color (decimal): -9318534 or 8048497. OLE color: 8048497.

HSL color Cylindrical-coordinate representation of color #71CF7A: hue angle of 125.74º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71CF7A is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB113207122-
CMYK0.4500.410.19
HSL125.74º49.47%62.75%-
HSV(B)125.74º45.41%81.18%-
XYZ32.6449.5426.25-
YUV169.2101.3687.91-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.57%
GREEN value IS 207 (81.25% from 255) = 46.83%
BLUE value IS 122 (48.05% from 255) = 27.60%
R=25.57%
G=46.83%
B=27.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1132071220.4500.410.19125.7449.4762.75
Hex71CF7A2D029137e313f
Octal16131717255051231766177
Binary11100011100111111110101011010101001100111111110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,207,122); }

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

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

 a { background-color: rgb(113,207,122); }

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

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

 span { border-color: rgb(113,207,122); }

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