#72D071

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

Shades of Pastel Green #72D071

Tints of Pastel Green #72D071

Color information

#72D071 (or 0x72D071) is unknown color: approx Pastel Green. HEX triplet: 72, D0 and 71. RGB value is (114,208,113). Sum of RGB (Red+Green+Blue) = 114+208+113=435 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.21% from 435); Green value is 208 (81.64% from 255 or 47.82% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 208 - color contains mainly: green. Hex color #72D071 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D071 is #8D2F8E. Grayscale: #A9A9A9. Windows color (decimal): -9252751 or 7458930. OLE color: 7458930.

HSL color Cylindrical-coordinate representation of color #72D071: hue angle of 119.37º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72D071 is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB114208113-
CMYK0.4500.460.18
HSL119.37º50.26%62.94%-
HSV(B)119.37º45.67%81.57%-
XYZ32.4849.8823.54-
YUV169.0696.3688.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.21%
GREEN value IS 208 (81.64% from 255) = 47.82%
BLUE value IS 113 (44.53% from 255) = 25.98%
R=26.21%
G=47.82%
B=25.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1142081130.4500.460.18119.3750.2662.94
Hex72D0712D02E1277323f
Octal16232016155056221676277
Binary11100101101000011100011011010101110100101110111110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72D071; }

 p { color: rgb(114,208,113); }

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

<style>
 a { background-color: #72D071; }

 a { background-color: rgb(114,208,113); }

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

<style>
 span { border-color: #72D071; }

 span { border-color: rgb(114,208,113); }

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