#72EA84

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

Shades of Pastel Green #72EA84

Tints of Pastel Green #72EA84

Color information

#72EA84 (or 0x72EA84) is unknown color: approx Pastel Green. HEX triplet: 72, EA and 84. RGB value is (114,234,132). Sum of RGB (Red+Green+Blue) = 114+234+132=480 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.75% from 480); Green value is 234 (91.80% from 255 or 48.75% from 480); Blue value is 132 (51.95% from 255 or 27.5% from 480); Max value from RGB is 234 - color contains mainly: green. Hex color #72EA84 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72EA84 is #8D157B. Grayscale: #BABABA. Windows color (decimal): -9246076 or 8710770. OLE color: 8710770.

HSL color Cylindrical-coordinate representation of color #72EA84: hue angle of 129º 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 #72EA84 is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB114234132-
CMYK0.5100.440.08
HSL129º74.07%68.24%-
HSV(B)129º51.28%91.76%-
XYZ40.5364.0932.06-
YUV186.4997.2476.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.75%
GREEN value IS 234 (91.80% from 255) = 48.75%
BLUE value IS 132 (51.95% from 255) = 27.5%
R=23.75%
G=48.75%
B=27.5%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1142341320.5100.440.0812974.0768.24
Hex72EA843302C8814a44
Octal1623522046305410201112104
Binary11100101110101010000100110011010110010001000000110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72EA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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