#78CA71

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

Shades of Pastel Green #78CA71

Tints of Pastel Green #78CA71

Color information

#78CA71 (or 0x78CA71) is unknown color: approx Pastel Green. HEX triplet: 78, CA and 71. RGB value is (120,202,113). Sum of RGB (Red+Green+Blue) = 120+202+113=435 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.59% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 202 - color contains mainly: green. Hex color #78CA71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78CA71 is #87358E. Grayscale: #A7A7A7. Windows color (decimal): -8861071 or 7457400. OLE color: 7457400.

HSL color Cylindrical-coordinate representation of color #78CA71: hue angle of 115.28º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78CA71 is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB120202113-
CMYK0.4100.440.21
HSL115.28º45.64%61.76%-
HSV(B)115.28º44.06%79.22%-
XYZ31.8547.4323.1-
YUV167.3497.3394.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.59%
GREEN value IS 202 (79.30% from 255) = 46.44%
BLUE value IS 113 (44.53% from 255) = 25.98%
R=27.59%
G=46.44%
B=25.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1202021130.4100.440.21115.2845.6461.76
Hex78CA712902C15732e3e
Octal17031216151054251635676
Binary11110001100101011100011010010101100101011110011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,202,113); }

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

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

 a { background-color: rgb(120,202,113); }

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

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

 span { border-color: rgb(120,202,113); }

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