#78EB8B

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

Shades of Pastel Green #78EB8B

Tints of Pastel Green #78EB8B

Color information

#78EB8B (or 0x78EB8B) is unknown color: approx Pastel Green. HEX triplet: 78, EB and 8B. RGB value is (120,235,139). Sum of RGB (Red+Green+Blue) = 120+235+139=494 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.29% from 494); Green value is 235 (92.19% from 255 or 47.57% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 235 - color contains mainly: green. Hex color #78EB8B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78EB8B is #871474. Grayscale: #BDBDBD. Windows color (decimal): -8852597 or 9169784. OLE color: 9169784.

HSL color Cylindrical-coordinate representation of color #78EB8B: hue angle of 129.91º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78EB8B is Cyan = 0.49, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB120235139-
CMYK0.4900.410.08
HSL129.91º74.19%69.61%-
HSV(B)129.91º48.94%92.16%-
XYZ42.1165.2734.81-
YUV189.6799.478.31-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.29%
GREEN value IS 235 (92.19% from 255) = 47.57%
BLUE value IS 139 (54.69% from 255) = 28.14%
R=24.29%
G=47.57%
B=28.14%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1202351390.4900.410.08129.9174.1969.61
Hex78EB8B310298824a46
Octal1703532136105110202112106
Binary11110001110101110001011110001010100110001000001010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78EB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,235,139); }

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

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

 a { background-color: rgb(120,235,139); }

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

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

 span { border-color: rgb(120,235,139); }

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