#72E58E

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

Shades of Pastel Green #72E58E

Tints of Pastel Green #72E58E

Color information

#72E58E (or 0x72E58E) is unknown color: approx Pastel Green. HEX triplet: 72, E5 and 8E. RGB value is (114,229,142). Sum of RGB (Red+Green+Blue) = 114+229+142=485 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.51% from 485); Green value is 229 (89.84% from 255 or 47.22% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 229 - color contains mainly: green. Hex color #72E58E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72E58E is #8D1A71. Grayscale: #B8B8B8. Windows color (decimal): -9247346 or 9364850. OLE color: 9364850.

HSL color Cylindrical-coordinate representation of color #72E58E: hue angle of 134.61º 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 #72E58E is Cyan = 0.50, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB114229142-
CMYK0.5000.380.10
HSL134.61º68.86%67.25%-
HSV(B)134.61º50.22%89.8%-
XYZ39.8461.5735.38-
YUV184.7103.977.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.51%
GREEN value IS 229 (89.84% from 255) = 47.22%
BLUE value IS 142 (55.86% from 255) = 29.28%
R=23.51%
G=47.22%
B=29.28%

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
Decimal1142291420.5000.380.10134.6168.8667.25
Hex72E58E32026A874543
Octal1623452166204612207105103
Binary11100101110010110001110110010010011010101000011110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72E58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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