#78ED6E

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

Shades of Pastel Green #78ED6E

Tints of Pastel Green #78ED6E

Color information

#78ED6E (or 0x78ED6E) is unknown color: approx Pastel Green. HEX triplet: 78, ED and 6E. RGB value is (120,237,110). Sum of RGB (Red+Green+Blue) = 120+237+110=467 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.70% from 467); Green value is 237 (92.97% from 255 or 50.75% from 467); Blue value is 110 (43.36% from 255 or 23.55% from 467); Max value from RGB is 237 - color contains mainly: green. Hex color #78ED6E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #78ED6E is #871291. Grayscale: #BBBBBB. Windows color (decimal): -8852114 or 7269752. OLE color: 7269752.

HSL color Cylindrical-coordinate representation of color #78ED6E: hue angle of 115.28º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #78ED6E is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB120237110-
CMYK0.4900.540.07
HSL115.28º77.91%68.04%-
HSV(B)115.28º53.59%92.94%-
XYZ40.8465.6925.28-
YUV187.5484.2479.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.70%
GREEN value IS 237 (92.97% from 255) = 50.75%
BLUE value IS 110 (43.36% from 255) = 23.55%
R=25.70%
G=50.75%
B=23.55%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1202371100.4900.540.07115.2877.9168.04
Hex78ED6E310367734e44
Octal170355156610667163116104
Binary11110001110110111011101100010110110111111001110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78ED6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,237,110); }

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

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

 a { background-color: rgb(120,237,110); }

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

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

 span { border-color: rgb(120,237,110); }

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