#72DA81

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

Shades of Pastel Green #72DA81

Tints of Pastel Green #72DA81

Color information

#72DA81 (or 0x72DA81) is unknown color: approx Pastel Green. HEX triplet: 72, DA and 81. RGB value is (114,218,129). Sum of RGB (Red+Green+Blue) = 114+218+129=461 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.73% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 129 (50.78% from 255 or 27.98% from 461); Max value from RGB is 218 - color contains mainly: green. Hex color #72DA81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72DA81 is #8D257E. Grayscale: #B1B1B1. Windows color (decimal): -9250175 or 8510066. OLE color: 8510066.

HSL color Cylindrical-coordinate representation of color #72DA81: hue angle of 128.65º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72DA81 is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB114218129-
CMYK0.4800.410.15
HSL128.65º58.43%65.1%-
HSV(B)128.65º47.71%85.49%-
XYZ35.9755.3129.55-
YUV176.76101.0483.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.73%
GREEN value IS 218 (85.55% from 255) = 47.29%
BLUE value IS 129 (50.78% from 255) = 27.98%
R=24.73%
G=47.29%
B=27.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1142181290.4800.410.15128.6558.4365.1
Hex72DA8130029F813a41
Octal162332201600511720172101
Binary1110010110110101000000111000001010011111100000011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72DA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,218,129); }

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

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

 a { background-color: rgb(114,218,129); }

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

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

 span { border-color: rgb(114,218,129); }

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