#78EF7A

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

Shades of Pastel Green #78EF7A

Tints of Pastel Green #78EF7A

Color information

#78EF7A (or 0x78EF7A) is unknown color: approx Pastel Green. HEX triplet: 78, EF and 7A. RGB value is (120,239,122). Sum of RGB (Red+Green+Blue) = 120+239+122=481 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.95% from 481); Green value is 239 (93.75% from 255 or 49.69% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 239 - color contains mainly: green. Hex color #78EF7A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #78EF7A is #871085. Grayscale: #BEBEBE. Windows color (decimal): -8851590 or 8056696. OLE color: 8056696.

HSL color Cylindrical-coordinate representation of color #78EF7A: hue angle of 121.01º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78EF7A is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB120239122-
CMYK0.5000.490.06
HSL121.01º78.81%70.39%-
HSV(B)121.01º49.79%93.73%-
XYZ42.1367.1329.15-
YUV190.0889.5878.01-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.95%
GREEN value IS 239 (93.75% from 255) = 49.69%
BLUE value IS 122 (48.05% from 255) = 25.36%
R=24.95%
G=49.69%
B=25.36%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1202391220.5000.490.06121.0178.8170.39
Hex78EF7A320316794f46
Octal170357172620616171117106
Binary11110001110111111110101100100110001110111100110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78EF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,239,122); }

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

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

 a { background-color: rgb(120,239,122); }

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

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

 span { border-color: rgb(120,239,122); }

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