#72E778

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

Shades of Pastel Green #72E778

Tints of Pastel Green #72E778

Color information

#72E778 (or 0x72E778) is unknown color: approx Pastel Green. HEX triplet: 72, E7 and 78. RGB value is (114,231,120). Sum of RGB (Red+Green+Blue) = 114+231+120=465 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.52% from 465); Green value is 231 (90.62% from 255 or 49.68% from 465); Blue value is 120 (47.27% from 255 or 25.81% from 465); Max value from RGB is 231 - color contains mainly: green. Hex color #72E778 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #72E778 is #8D1887. Grayscale: #B7B7B7. Windows color (decimal): -9246856 or 7923570. OLE color: 7923570.

HSL color Cylindrical-coordinate representation of color #72E778: hue angle of 123.08º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72E778 is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB114231120-
CMYK0.5100.480.09
HSL123.08º70.91%67.65%-
HSV(B)123.08º50.65%90.59%-
XYZ38.9162.0927.7-
YUV183.3692.2478.53-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.52%
GREEN value IS 231 (90.62% from 255) = 49.68%
BLUE value IS 120 (47.27% from 255) = 25.81%
R=24.52%
G=49.68%
B=25.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1142311200.5100.480.09123.0870.9167.65
Hex72E7783303097b4744
Octal1623471706306011173107104
Binary111001011100111111100011001101100001001111101110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72E778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,231,120); }

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

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

 a { background-color: rgb(114,231,120); }

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

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

 span { border-color: rgb(114,231,120); }

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