#72EA6F

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

Shades of Pastel Green #72EA6F

Tints of Pastel Green #72EA6F

Color information

#72EA6F (or 0x72EA6F) is unknown color: approx Pastel Green. HEX triplet: 72, EA and 6F. RGB value is (114,234,111). Sum of RGB (Red+Green+Blue) = 114+234+111=459 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.84% from 459); Green value is 234 (91.80% from 255 or 50.98% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 234 - color contains mainly: green. Hex color #72EA6F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #72EA6F is #8D1590. Grayscale: #B8B8B8. Windows color (decimal): -9246097 or 7334514. OLE color: 7334514.

HSL color Cylindrical-coordinate representation of color #72EA6F: hue angle of 118.54º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72EA6F is Cyan = 0.51, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB114234111-
CMYK0.5100.530.08
HSL118.54º74.55%67.65%-
HSV(B)118.54º52.56%91.76%-
XYZ39.2363.5725.24-
YUV184.186.7478-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.84%
GREEN value IS 234 (91.80% from 255) = 50.98%
BLUE value IS 111 (43.75% from 255) = 24.18%
R=24.84%
G=50.98%
B=24.18%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1142341110.5100.530.08118.5474.5567.65
Hex72EA6F330358774b44
Octal1623521576306510167113104
Binary111001011101010110111111001101101011000111011110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72EA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,234,111); }

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

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

 a { background-color: rgb(114,234,111); }

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

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

 span { border-color: rgb(114,234,111); }

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