#78CA6F

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

Shades of Pastel Green #78CA6F

Tints of Pastel Green #78CA6F

Color information

#78CA6F (or 0x78CA6F) is unknown color: approx Pastel Green. HEX triplet: 78, CA and 6F. RGB value is (120,202,111). Sum of RGB (Red+Green+Blue) = 120+202+111=433 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.71% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 111 (43.75% from 255 or 25.64% from 433); Max value from RGB is 202 - color contains mainly: green. Hex color #78CA6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78CA6F is #873590. Grayscale: #A7A7A7. Windows color (decimal): -8861073 or 7326328. OLE color: 7326328.

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

Color convert

RGB120202111-
CMYK0.4100.450.21
HSL114.07º46.19%61.37%-
HSV(B)114.07º45.05%79.22%-
XYZ31.7447.3822.51-
YUV167.1196.3394.4-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.71%
GREEN value IS 202 (79.30% from 255) = 46.65%
BLUE value IS 111 (43.75% from 255) = 25.64%
R=27.71%
G=46.65%
B=25.64%

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
Decimal1202021110.4100.450.21114.0746.1961.37
Hex78CA6F2902D15722e3d
Octal17031215751055251625675
Binary11110001100101011011111010010101101101011110010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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