#78EE80

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

Shades of Pastel Green #78EE80

Tints of Pastel Green #78EE80

Color information

#78EE80 (or 0x78EE80) is unknown color: approx Pastel Green. HEX triplet: 78, EE and 80. RGB value is (120,238,128). Sum of RGB (Red+Green+Blue) = 120+238+128=486 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.69% from 486); Green value is 238 (93.36% from 255 or 48.97% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 238 - color contains mainly: green. Hex color #78EE80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78EE80 is #87117F. Grayscale: #BEBEBE. Windows color (decimal): -8851840 or 8449656. OLE color: 8449656.

HSL color Cylindrical-coordinate representation of color #78EE80: hue angle of 124.07º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78EE80 is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB120238128-
CMYK0.5000.460.07
HSL124.07º77.63%70.2%-
HSV(B)124.07º49.58%93.33%-
XYZ42.2266.731.07-
YUV190.1892.9177.94-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.69%
GREEN value IS 238 (93.36% from 255) = 48.97%
BLUE value IS 128 (50.39% from 255) = 26.34%
R=24.69%
G=48.97%
B=26.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1202381280.5000.460.07124.0777.6370.2
Hex78EE803202E77c4e46
Octal170356200620567174116106
Binary111100011101110100000001100100101110111111110010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78EE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,238,128); }

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

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

 a { background-color: rgb(120,238,128); }

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

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

 span { border-color: rgb(120,238,128); }

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