#78EA7B

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

Shades of Pastel Green #78EA7B

Tints of Pastel Green #78EA7B

Color information

#78EA7B (or 0x78EA7B) is unknown color: approx Pastel Green. HEX triplet: 78, EA and 7B. RGB value is (120,234,123). Sum of RGB (Red+Green+Blue) = 120+234+123=477 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.16% from 477); Green value is 234 (91.80% from 255 or 49.06% from 477); Blue value is 123 (48.44% from 255 or 25.79% from 477); Max value from RGB is 234 - color contains mainly: green. Hex color #78EA7B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #78EA7B is #871584. Grayscale: #BBBBBB. Windows color (decimal): -8852869 or 8120952. OLE color: 8120952.

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

Color convert

RGB120234123-
CMYK0.4900.470.08
HSL121.58º73.08%69.41%-
HSV(B)121.58º48.72%91.76%-
XYZ40.7464.2729-
YUV187.2691.7380.03-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.16%
GREEN value IS 234 (91.80% from 255) = 49.06%
BLUE value IS 123 (48.44% from 255) = 25.79%
R=25.16%
G=49.06%
B=25.79%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1202341230.4900.470.08121.5873.0869.41
Hex78EA7B3102F87a4945
Octal1703521736105710172111105
Binary111100011101010111101111000101011111000111101010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78EA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,234,123); }

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

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

 a { background-color: rgb(120,234,123); }

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

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

 span { border-color: rgb(120,234,123); }

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