#72EC8D

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

Shades of Pastel Green #72EC8D

Tints of Pastel Green #72EC8D

Color information

#72EC8D (or 0x72EC8D) is unknown color: approx Pastel Green. HEX triplet: 72, EC and 8D. RGB value is (114,236,141). Sum of RGB (Red+Green+Blue) = 114+236+141=491 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.22% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 236 - color contains mainly: green. Hex color #72EC8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72EC8D is #8D1372. Grayscale: #BCBCBC. Windows color (decimal): -9245555 or 9301106. OLE color: 9301106.

HSL color Cylindrical-coordinate representation of color #72EC8D: hue angle of 133.28º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72EC8D is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB114236141-
CMYK0.5200.400.07
HSL133.28º76.25%68.63%-
HSV(B)133.28º51.69%92.55%-
XYZ41.7465.4935.64-
YUV188.69101.0874.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.22%
GREEN value IS 236 (92.58% from 255) = 48.07%
BLUE value IS 141 (55.47% from 255) = 28.72%
R=23.22%
G=48.07%
B=28.72%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1142361410.5200.400.07133.2876.2568.63
Hex72EC8D340287854c45
Octal162354215640507205114105
Binary1110010111011001000110111010001010001111000010110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72EC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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