#72EA7F

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

Shades of Pastel Green #72EA7F

Tints of Pastel Green #72EA7F

Color information

#72EA7F (or 0x72EA7F) is unknown color: approx Pastel Green. HEX triplet: 72, EA and 7F. RGB value is (114,234,127). Sum of RGB (Red+Green+Blue) = 114+234+127=475 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24% from 475); Green value is 234 (91.80% from 255 or 49.26% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 234 - color contains mainly: green. Hex color #72EA7F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #72EA7F is #8D1580. Grayscale: #BABABA. Windows color (decimal): -9246081 or 8383090. OLE color: 8383090.

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

Color convert

RGB114234127-
CMYK0.5100.460.08
HSL126.5º74.07%68.24%-
HSV(B)126.5º51.28%91.76%-
XYZ40.1963.9630.3-
YUV185.9294.7476.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24%
GREEN value IS 234 (91.80% from 255) = 49.26%
BLUE value IS 127 (50% from 255) = 26.74%
R=24%
G=49.26%
B=26.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1142341270.5100.460.08126.574.0768.24
Hex72EA7F3302E87e4a44
Octal1623521776305610176112104
Binary111001011101010111111111001101011101000111111010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72EA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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