#78CA70

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

Shades of Pastel Green #78CA70

Tints of Pastel Green #78CA70

Color information

#78CA70 (or 0x78CA70) is unknown color: approx Pastel Green. HEX triplet: 78, CA and 70. RGB value is (120,202,112). Sum of RGB (Red+Green+Blue) = 120+202+112=434 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.65% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 202 - color contains mainly: green. Hex color #78CA70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78CA70 is #87358F. Grayscale: #A7A7A7. Windows color (decimal): -8861072 or 7391864. OLE color: 7391864.

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

Color convert

RGB120202112-
CMYK0.4100.450.21
HSL114.67º45.92%61.57%-
HSV(B)114.67º44.55%79.22%-
XYZ31.7947.422.8-
YUV167.2296.8394.32-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.65%
GREEN value IS 202 (79.30% from 255) = 46.54%
BLUE value IS 112 (44.14% from 255) = 25.81%
R=27.65%
G=46.54%
B=25.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1202021120.4100.450.21114.6745.9261.57
Hex78CA702902D15732e3e
Octal17031216051055251635676
Binary11110001100101011100001010010101101101011110011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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