#72E58D

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

Shades of Pastel Green #72E58D

Tints of Pastel Green #72E58D

Color information

#72E58D (or 0x72E58D) is unknown color: approx Pastel Green. HEX triplet: 72, E5 and 8D. RGB value is (114,229,141). Sum of RGB (Red+Green+Blue) = 114+229+141=484 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.55% from 484); Green value is 229 (89.84% from 255 or 47.31% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 229 - color contains mainly: green. Hex color #72E58D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72E58D is #8D1A72. Grayscale: #B8B8B8. Windows color (decimal): -9247347 or 9299314. OLE color: 9299314.

HSL color Cylindrical-coordinate representation of color #72E58D: hue angle of 134.09º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72E58D is Cyan = 0.50, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB114229141-
CMYK0.5000.380.10
HSL134.09º68.86%67.25%-
HSV(B)134.09º50.22%89.8%-
XYZ39.7761.5434.98-
YUV184.58103.477.66-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.55%
GREEN value IS 229 (89.84% from 255) = 47.31%
BLUE value IS 141 (55.47% from 255) = 29.13%
R=23.55%
G=47.31%
B=29.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1142291410.5000.380.10134.0968.8667.25
Hex72E58D32026A864543
Octal1623452156204612206105103
Binary11100101110010110001101110010010011010101000011010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72E58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,229,141); }

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

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

 a { background-color: rgb(114,229,141); }

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

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

 span { border-color: rgb(114,229,141); }

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