#78E486

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

Shades of Pastel Green #78E486

Tints of Pastel Green #78E486

Color information

#78E486 (or 0x78E486) is unknown color: approx Pastel Green. HEX triplet: 78, E4 and 86. RGB value is (120,228,134). Sum of RGB (Red+Green+Blue) = 120+228+134=482 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.90% from 482); Green value is 228 (89.45% from 255 or 47.30% from 482); Blue value is 134 (52.73% from 255 or 27.80% from 482); Max value from RGB is 228 - color contains mainly: green. Hex color #78E486 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78E486 is #871B79. Grayscale: #B9B9B9. Windows color (decimal): -8854394 or 8840312. OLE color: 8840312.

HSL color Cylindrical-coordinate representation of color #78E486: hue angle of 127.78º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #78E486 is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB120228134-
CMYK0.4700.410.11
HSL127.78º66.67%68.24%-
HSV(B)127.78º47.37%89.41%-
XYZ39.7961.232.27-
YUV184.9999.2281.64-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.90%
GREEN value IS 228 (89.45% from 255) = 47.30%
BLUE value IS 134 (52.73% from 255) = 27.80%
R=24.90%
G=47.30%
B=27.80%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1202281340.4700.410.11127.7866.6768.24
Hex78E4862F029B804344
Octal1703442065705113200103104
Binary11110001110010010000110101111010100110111000000010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78E486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,228,134); }

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

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

 a { background-color: rgb(120,228,134); }

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

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

 span { border-color: rgb(120,228,134); }

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