#78cd6f

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

Shades of Pastel Green #78CD6F

Tints of Pastel Green #78CD6F

Color information

#78CD6F (or 0x78CD6F) is unknown color: approx Pastel Green. HEX triplet: 78, CD and 6F. RGB value is (120,205,111). Sum of RGB (Red+Green+Blue) = 120+205+111=436 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.52% from 436); Green value is 205 (80.47% from 255 or 47.02% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 205 - color contains mainly: green. Hex color #78CD6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78CD6F is #873290. Grayscale: #A9A9A9. Windows color (decimal): -8860305 or 7327096. OLE color: 7327096.

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

Color convert

RGB120205111-
CMYK0.4100.460.20
HSL114.26º48.45%61.96%-
HSV(B)114.26º45.85%80.39%-
XYZ32.4548.822.75-
YUV168.8795.3493.14-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.52%
GREEN value IS 205 (80.47% from 255) = 47.02%
BLUE value IS 111 (43.75% from 255) = 25.46%
R=27.52%
G=47.02%
B=25.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1202051110.4100.460.20114.2648.4561.96
Hex78CD6F2902E1472303e
Octal17031515751056241626076
Binary11110001100110111011111010010101110101001110010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78cd6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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