#72E391

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

Shades of Pastel Green #72E391

Tints of Pastel Green #72E391

Color information

#72E391 (or 0x72E391) is unknown color: approx Pastel Green. HEX triplet: 72, E3 and 91. RGB value is (114,227,145). Sum of RGB (Red+Green+Blue) = 114+227+145=486 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.46% from 486); Green value is 227 (89.06% from 255 or 46.71% from 486); Blue value is 145 (57.03% from 255 or 29.84% from 486); Max value from RGB is 227 - color contains mainly: green. Hex color #72E391 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72E391 is #8D1C6E. Grayscale: #B8B8B8. Windows color (decimal): -9247855 or 9560946. OLE color: 9560946.

HSL color Cylindrical-coordinate representation of color #72E391: hue angle of 136.46º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72E391 is Cyan = 0.50, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB114227145-
CMYK0.5000.360.11
HSL136.46º66.86%66.86%-
HSV(B)136.46º49.78%89.02%-
XYZ39.5260.5636.39-
YUV183.86106.0678.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.46%
GREEN value IS 227 (89.06% from 255) = 46.71%
BLUE value IS 145 (57.03% from 255) = 29.84%
R=23.46%
G=46.71%
B=29.84%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1142271450.5000.360.11136.4666.8666.86
Hex72E39132024B884343
Octal1623432216204413210103103
Binary11100101110001110010001110010010010010111000100010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72E391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,227,145); }

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

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

 a { background-color: rgb(114,227,145); }

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

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

 span { border-color: rgb(114,227,145); }

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