#78E772

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

Shades of Pastel Green #78E772

Tints of Pastel Green #78E772

Color information

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

HSL color Cylindrical-coordinate representation of color #78E772: hue angle of 116.92º 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 #78E772 is Cyan = 0.48, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB120231114-
CMYK0.4800.510.09
HSL116.92º70.91%67.65%-
HSV(B)116.92º50.65%90.59%-
XYZ39.3662.3625.88-
YUV184.4788.2382.01-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1202311140.4800.510.09116.9270.9167.65
Hex78E772300339754744
Octal1703471626006311165107104
Binary111100011100111111001011000001100111001111010110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78E772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78E772; }

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

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

<style>
 a { background-color: #78E772; }

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

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

<style>
 span { border-color: #78E772; }

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

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